Html Css Color HEX #A76E49 Sante Fe

📋 copy color: '#A76E49'

red 167 ◦ green 110 ◦ blue 73

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

Shades of Sante Fe #A76E49

Tints of Sante Fe #A76E49

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.43%

 BLUE value IS 73 (28.91% from 255) = 20.86%

R = 47.71%
G = 31.43%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A76E49 (or 0xA76E49) is known color: Sante Fe. HEX triplet: A7, 6E and 49. RGB value is (167,110,73). Sum of RGB (Red+Green+Blue) = 167+110+73=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76E49 is #5891B6. Grayscale: #7B7B7B. Windows color (decimal): -5804471 or 4812455. OLE color: 4812455.

HSL color Cylindrical-coordinate representation of color #A76E49: hue angle of 23.62º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A76E49 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 110 73 -
CMYK 0 0.34 0.56 0.35
HSL 23.62º 0.39% 0.47% -
HSV(B) 23.62º 0.56% 0.65% -
XYZ 22.71 19.85 8.94 -
YUV 122.83 99.88 159.51 -
System Red Green Blue C M Y K H S L
Decimal 167 110 73 0 0.34 0.56 0.35 23.62 0.39 0.47
Hex A7 6E 49 0 22 38 23 18 27 2F
Octal 247 156 111 0 42 70 43 30 47 57
Binary 10100111 1101110 1001001 0 100010 111000 100011 11000 100111 101111

Color Harmonies of #A76E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76E49

Black with #A76E49

Text Example


Text Example

White with #A76E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76E49; }

 p { color: rgb(167,110,73); }

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

background-color css

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

 a { background-color: rgb(167,110,73); }

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

border-color css

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

 span { border-color: rgb(167,110,73); }

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