Html Css Color HEX #A76136 Desert

📋 copy color: '#A76136'

red 167 ◦ green 97 ◦ blue 54

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

Shades of Desert #A76136

Tints of Desert #A76136

RGB

 RED value IS 167 (65.63% from 255) = 52.52%

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

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

R = 52.52%
G = 30.5%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A76136 (or 0xA76136) is known color: Desert. HEX triplet: A7, 61 and 36. RGB value is (167,97,54). Sum of RGB (Red+Green+Blue) = 167+97+54=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A76136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76136 is #589EC9. Grayscale: #717171. Windows color (decimal): -5807818 or 3563943. OLE color: 3563943.

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

Color convert

RGB 167 97 54 -
CMYK 0 0.42 0.68 0.35
HSL 22.83º 0.51% 0.43% -
HSV(B) 22.83º 0.68% 0.65% -
XYZ 20.88 17.03 5.68 -
YUV 113.03 94.69 166.5 -
System Red Green Blue C M Y K H S L
Decimal 167 97 54 0 0.42 0.68 0.35 22.83 0.51 0.43
Hex A7 61 36 0 2A 44 23 17 33 2B
Octal 247 141 66 0 52 104 43 27 63 53
Binary 10100111 1100001 110110 0 101010 1000100 100011 10111 110011 101011

Color Harmonies of #A76136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76136

Black with #A76136

Text Example


Text Example

White with #A76136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76136; }

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

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

background-color css

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

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

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

border-color css

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

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

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