Html Css Color HEX #A76E4A Sante Fe

📋 copy color: '#A76E4A'

red 167 ◦ green 110 ◦ blue 74

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

Shades of Sante Fe #A76E4A

Tints of Sante Fe #A76E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 47.58%
G = 31.34%
B = 21.08%

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

#A76E4A (or 0xA76E4A) is known color: Sante Fe. HEX triplet: A7, 6E and 4A. RGB value is (167,110,74). Sum of RGB (Red+Green+Blue) = 167+110+74=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76E4A is #5891B5. Grayscale: #7B7B7B. Windows color (decimal): -5804470 or 4877991. OLE color: 4877991.

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

Color convert

RGB 167 110 74 -
CMYK 0 0.34 0.56 0.35
HSL 23.23º 0.39% 0.47% -
HSV(B) 23.23º 0.56% 0.65% -
XYZ 22.75 19.86 9.11 -
YUV 122.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 167 110 74 0 0.34 0.56 0.35 23.23 0.39 0.47
Hex A7 6E 4A 0 22 38 23 17 27 2F
Octal 247 156 112 0 42 70 43 27 47 57
Binary 10100111 1101110 1001010 0 100010 111000 100011 10111 100111 101111

Color Harmonies of #A76E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76E4A

Black with #A76E4A

Text Example


Text Example

White with #A76E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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