Html Css Color HEX #A76C55 Sante Fe

📋 copy color: '#A76C55'

red 167 ◦ green 108 ◦ blue 85

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

Shades of Sante Fe #A76C55

Tints of Sante Fe #A76C55

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30%

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

R = 46.39%
G = 30%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A76C55 (or 0xA76C55) is known color: Sante Fe. HEX triplet: A7, 6C and 55. RGB value is (167,108,85). Sum of RGB (Red+Green+Blue) = 167+108+85=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76C55 is #5893AA. Grayscale: #7B7B7B. Windows color (decimal): -5804971 or 5598375. OLE color: 5598375.

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

Color convert

RGB 167 108 85 -
CMYK 0 0.35 0.49 0.35
HSL 16.83º 0.33% 0.49% -
HSV(B) 16.83º 0.49% 0.65% -
XYZ 22.94 19.6 11.17 -
YUV 123.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 167 108 85 0 0.35 0.49 0.35 16.83 0.33 0.49
Hex A7 6C 55 0 23 31 23 11 21 31
Octal 247 154 125 0 43 61 43 21 41 61
Binary 10100111 1101100 1010101 0 100011 110001 100011 10001 100001 110001

Color Harmonies of #A76C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76C55

Black with #A76C55

Text Example


Text Example

White with #A76C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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