Html Css Color HEX #A76F50 Sante Fe

📋 copy color: '#A76F50'

red 167 ◦ green 111 ◦ blue 80

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

Shades of Sante Fe #A76F50

Tints of Sante Fe #A76F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 46.65%
G = 31.01%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A76F50 (or 0xA76F50) is known color: Sante Fe. HEX triplet: A7, 6F and 50. RGB value is (167,111,80). Sum of RGB (Red+Green+Blue) = 167+111+80=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F50 is #5890AF. Grayscale: #7C7C7C. Windows color (decimal): -5804208 or 5271463. OLE color: 5271463.

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

Color convert

RGB 167 111 80 -
CMYK 0 0.34 0.52 0.35
HSL 21.38º 0.35% 0.48% -
HSV(B) 21.38º 0.52% 0.65% -
XYZ 23.07 20.16 10.27 -
YUV 124.21 103.05 158.52 -
System Red Green Blue C M Y K H S L
Decimal 167 111 80 0 0.34 0.52 0.35 21.38 0.35 0.48
Hex A7 6F 50 0 22 34 23 15 23 30
Octal 247 157 120 0 42 64 43 25 43 60
Binary 10100111 1101111 1010000 0 100010 110100 100011 10101 100011 110000

Color Harmonies of #A76F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F50

Black with #A76F50

Text Example


Text Example

White with #A76F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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