Html Css Color HEX #A76036 Desert

📋 copy color: '#A76036'

red 167 ◦ green 96 ◦ blue 54

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

Shades of Desert #A76036

Tints of Desert #A76036

RGB

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

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

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

R = 52.68%
G = 30.28%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A76036 (or 0xA76036) is known color: Desert. HEX triplet: A7, 60 and 36. RGB value is (167,96,54). Sum of RGB (Red+Green+Blue) = 167+96+54=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A76036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76036 is #589FC9. Grayscale: #707070. Windows color (decimal): -5808074 or 3563687. OLE color: 3563687.

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

Color convert

RGB 167 96 54 -
CMYK 0 0.43 0.68 0.35
HSL 22.3º 0.51% 0.43% -
HSV(B) 22.3º 0.68% 0.65% -
XYZ 20.79 16.85 5.65 -
YUV 112.44 95.02 166.92 -
System Red Green Blue C M Y K H S L
Decimal 167 96 54 0 0.43 0.68 0.35 22.3 0.51 0.43
Hex A7 60 36 0 2B 44 23 16 33 2B
Octal 247 140 66 0 53 104 43 26 63 53
Binary 10100111 1100000 110110 0 101011 1000100 100011 10110 110011 101011

Color Harmonies of #A76036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76036

Black with #A76036

Text Example


Text Example

White with #A76036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76036; }

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

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

background-color css

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

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

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

border-color css

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

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

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