Html Css Color HEX #A66136 Desert

📋 copy color: '#A66136'

red 166 ◦ green 97 ◦ blue 54

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

Shades of Desert #A66136

Tints of Desert #A66136

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.6%

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

R = 52.37%
G = 30.6%
B = 17.03%

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

#A66136 (or 0xA66136) is known color: Desert. HEX triplet: A6, 61 and 36. RGB value is (166,97,54). Sum of RGB (Red+Green+Blue) = 166+97+54=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A66136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66136 is #599EC9. Grayscale: #707070. Windows color (decimal): -5873354 or 3563942. OLE color: 3563942.

HSL color Cylindrical-coordinate representation of color #A66136: hue angle of 23.04º 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 #A66136 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 97 54 -
CMYK 0 0.42 0.67 0.35
HSL 23.04º 0.51% 0.43% -
HSV(B) 23.04º 0.67% 0.65% -
XYZ 20.67 16.92 5.67 -
YUV 112.73 94.86 166 -
System Red Green Blue C M Y K H S L
Decimal 166 97 54 0 0.42 0.67 0.35 23.04 0.51 0.43
Hex A6 61 36 0 2A 43 23 17 33 2B
Octal 246 141 66 0 52 103 43 27 63 53
Binary 10100110 1100001 110110 0 101010 1000011 100011 10111 110011 101011

Color Harmonies of #A66136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66136

Black with #A66136

Text Example


Text Example

White with #A66136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66136; }

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

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

background-color css

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

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

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

border-color css

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

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

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