Html Css Color HEX #A76F54 Sante Fe

📋 copy color: '#A76F54'

red 167 ◦ green 111 ◦ blue 84

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

Shades of Sante Fe #A76F54

Tints of Sante Fe #A76F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.2%

R = 46.13%
G = 30.66%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A76F54 (or 0xA76F54) is known color: Sante Fe. HEX triplet: A7, 6F and 54. RGB value is (167,111,84). Sum of RGB (Red+Green+Blue) = 167+111+84=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F54 is #5890AB. Grayscale: #7C7C7C. Windows color (decimal): -5804204 or 5533607. OLE color: 5533607.

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

Color convert

RGB 167 111 84 -
CMYK 0 0.34 0.50 0.35
HSL 19.52º 0.33% 0.49% -
HSV(B) 19.52º 0.5% 0.65% -
XYZ 23.22 20.22 11.07 -
YUV 124.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 167 111 84 0 0.34 0.50 0.35 19.52 0.33 0.49
Hex A7 6F 54 0 22 32 23 14 21 31
Octal 247 157 124 0 42 62 43 24 41 61
Binary 10100111 1101111 1010100 0 100010 110010 100011 10100 100001 110001

Color Harmonies of #A76F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F54

Black with #A76F54

Text Example


Text Example

White with #A76F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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