Html Css Color HEX #A76F55 Sante Fe

📋 copy color: '#A76F55'

red 167 ◦ green 111 ◦ blue 85

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

Shades of Sante Fe #A76F55

Tints of Sante Fe #A76F55

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.58%

 BLUE value IS 85 (33.59% from 255) = 23.42%

R = 46.01%
G = 30.58%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A76F55 (or 0xA76F55) is known color: Sante Fe. HEX triplet: A7, 6F and 55. RGB value is (167,111,85). Sum of RGB (Red+Green+Blue) = 167+111+85=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F55 is #5890AA. Grayscale: #7C7C7C. Windows color (decimal): -5804203 or 5599143. OLE color: 5599143.

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

Color convert

RGB 167 111 85 -
CMYK 0 0.34 0.49 0.35
HSL 19.02º 0.33% 0.49% -
HSV(B) 19.02º 0.49% 0.65% -
XYZ 23.26 20.24 11.28 -
YUV 124.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 167 111 85 0 0.34 0.49 0.35 19.02 0.33 0.49
Hex A7 6F 55 0 22 31 23 13 21 31
Octal 247 157 125 0 42 61 43 23 41 61
Binary 10100111 1101111 1010101 0 100010 110001 100011 10011 100001 110001

Color Harmonies of #A76F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F55

Black with #A76F55

Text Example


Text Example

White with #A76F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F55; }

 p { color: rgb(167,111,85); }

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

background-color css

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

 a { background-color: rgb(167,111,85); }

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

border-color css

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

 span { border-color: rgb(167,111,85); }

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