Color Hex Logo

#a6533b Color Hex

#A6533B
(166,83,59)
0 Favorites   0 Comments

Color spaces of #a6533b

RGB 1668359
HSL0.040.480.44
HSV13°64°65°
CMYK 0.000.500.64   0.35
XYZ19.608614.60935.9241
Yxy14.60930.48850.3639
Hunter Lab38.222124.684917.5660
CIE-Lab45.094432.104629.5500

#a6533b color RGB value is (166,83,59).

#a6533b hex color red value is 166, green value is 83 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a6533b hue: 0.04 , saturation: 0.48 and the lightness value of a6533b is 0.44.

The process color (four color CMYK) of #a6533b color hex is 0.00, 0.50, 0.64, 0.35. Web safe color of #a6533b is #996633. Color #a6533b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010011 00111011
Octal 246 123 73
Decimal 166 83 59
Hex A6 53 3B

RGB Percentages of Color #a6533b

%53.90
%26.95
%19.16

CMYK Percentages of Color #a6533b

%0
%50
%64
%35

Triadic Colors of #a6533b

#a6533b #3ba653 #533ba6

Analogous Colors of #a6533b

#a6533b #a6893b #a63b59

Monochromatic Colors of #a6533b

#a6533b

Complementary Color

#a6533b #3b8ea6

#a6533b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6533b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6533b Color CSS Codes

.mybgcolor {background-color:#a6533b; } 
.myforecolor {color:#a6533b; }
.mybordercolor {border:3px solid #a6533b; }

#a6533b Text Font Color

<p style="color:#a6533b">Text here</p>

This sample text font color is #a6533b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a6533b Background Color

<div style="background-color:#a6533b">
Div content here</div>

This div background color is #a6533b


#a6533b Border Color

<div style="border:3px solid #a6533b">
Div here</div>

This div border color is #a6533b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,83,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6533b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6533b;
  -webkit-box-shadow: 1px 1px 3px 2px #a6533b;
  box-shadow:         1px 1px 3px 2px #a6533b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,83,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a6533b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a6533b;
  -webkit-box-shadow: 1px 1px 3px 2px #a6533b;
  box-shadow:         1px 1px 3px 2px #a6533b;">
Div content here</div>

This div box has shadow with color #a6533b


Comments

No comments written yet.

Please login to write comment.