Html Css Color HEX #A76E4D Sante Fe

📋 copy color: '#A76E4D'

red 167 ◦ green 110 ◦ blue 77

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

Shades of Sante Fe #A76E4D

Tints of Sante Fe #A76E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 47.18%
G = 31.07%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A76E4D (or 0xA76E4D) is known color: Sante Fe. HEX triplet: A7, 6E and 4D. RGB value is (167,110,77). Sum of RGB (Red+Green+Blue) = 167+110+77=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76E4D is #5891B2. Grayscale: #7B7B7B. Windows color (decimal): -5804467 or 5074599. OLE color: 5074599.

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

Color convert

RGB 167 110 77 -
CMYK 0 0.34 0.54 0.35
HSL 22º 0.37% 0.48% -
HSV(B) 22º 0.54% 0.65% -
XYZ 22.85 19.9 9.66 -
YUV 123.28 101.88 159.18 -
System Red Green Blue C M Y K H S L
Decimal 167 110 77 0 0.34 0.54 0.35 22 0.37 0.48
Hex A7 6E 4D 0 22 36 23 16 25 30
Octal 247 156 115 0 42 66 43 26 45 60
Binary 10100111 1101110 1001101 0 100010 110110 100011 10110 100101 110000

Color Harmonies of #A76E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76E4D

Black with #A76E4D

Text Example


Text Example

White with #A76E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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