Html Css Color HEX #A76E4E Sante Fe

📋 copy color: '#A76E4E'

red 167 ◦ green 110 ◦ blue 78

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

Shades of Sante Fe #A76E4E

Tints of Sante Fe #A76E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.97%

R = 47.04%
G = 30.99%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A76E4E (or 0xA76E4E) is known color: Sante Fe. HEX triplet: A7, 6E and 4E. RGB value is (167,110,78). Sum of RGB (Red+Green+Blue) = 167+110+78=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76E4E is #5891B1. Grayscale: #7B7B7B. Windows color (decimal): -5804466 or 5140135. OLE color: 5140135.

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

Color convert

RGB 167 110 78 -
CMYK 0 0.34 0.53 0.35
HSL 21.57º 0.36% 0.48% -
HSV(B) 21.57º 0.53% 0.65% -
XYZ 22.89 19.92 9.85 -
YUV 123.4 102.38 159.1 -
System Red Green Blue C M Y K H S L
Decimal 167 110 78 0 0.34 0.53 0.35 21.57 0.36 0.48
Hex A7 6E 4E 0 22 35 23 16 24 30
Octal 247 156 116 0 42 65 43 26 44 60
Binary 10100111 1101110 1001110 0 100010 110101 100011 10110 100100 110000

Color Harmonies of #A76E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76E4E

Black with #A76E4E

Text Example


Text Example

White with #A76E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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