Html Css Color HEX #A66036 Desert

📋 copy color: '#A66036'

red 166 ◦ green 96 ◦ blue 54

#A66036
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert #A66036

Tints of Desert #A66036

RGB

 RED value IS 166 (65.23% from 255) = 52.53%

 GREEN value IS 96 (37.89% from 255) = 30.38%

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 52.53%
G = 30.38%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A66036 (or 0xA66036) is known color: Desert. HEX triplet: A6, 60 and 36. RGB value is (166,96,54). Sum of RGB (Red+Green+Blue) = 166+96+54=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A66036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66036 is #599FC9. Grayscale: #707070. Windows color (decimal): -5873610 or 3563686. OLE color: 3563686.

HSL color Cylindrical-coordinate representation of color #A66036: hue angle of 22.5º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A66036 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 96 54 -
CMYK 0 0.42 0.67 0.35
HSL 22.5º 0.51% 0.43% -
HSV(B) 22.5º 0.67% 0.65% -
XYZ 20.57 16.74 5.64 -
YUV 112.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 166 96 54 0 0.42 0.67 0.35 22.5 0.51 0.43
Hex A6 60 36 0 2A 43 23 16 33 2B
Octal 246 140 66 0 52 103 43 26 63 53
Binary 10100110 1100000 110110 0 101010 1000011 100011 10110 110011 101011

Color Harmonies of #A66036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66036

Black with #A66036

Text Example


Text Example

White with #A66036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66036; }

 p { color: rgb(166,96,54); }

 H1.HeaderClassName
 {
   color: #A66036;
 }
 .AnyTagClassName
 {
   color: #A66036;
 }
</style>

background-color css

<style>
 a { background-color: #A66036; }

 a { background-color: rgb(166,96,54); }

 div.DivClassName
 {
   background-color: #A66036;
 }
 .BgClassName
 {
   background-color: #A66036;
 }
</style>

border-color css

<style>
 span { border-color: #A66036; }

 span { border-color: rgb(166,96,54); }

 td.TdClassName
 {
   border-color: #A66036;
 }
 .TagClassName
 {
   border-color: #A66036;
 }
</style>