Html Css Color HEX #A87457 Sante Fe

📋 copy color: '#A87457'

red 168 ◦ green 116 ◦ blue 87

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

Shades of Sante Fe #A87457

Tints of Sante Fe #A87457

RGB

 RED value IS 168 (66.02% from 255) = 45.28%

 GREEN value IS 116 (45.7% from 255) = 31.27%

 BLUE value IS 87 (34.38% from 255) = 23.45%

R = 45.28%
G = 31.27%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A87457 (or 0xA87457) is known color: Sante Fe. HEX triplet: A8, 74 and 57. RGB value is (168,116,87). Sum of RGB (Red+Green+Blue) = 168+116+87=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A87457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87457 is #578BA8. Grayscale: #808080. Windows color (decimal): -5737385 or 5731496. OLE color: 5731496.

HSL color Cylindrical-coordinate representation of color #A87457: hue angle of 21.48º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A87457 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 116 87 -
CMYK 0 0.31 0.48 0.34
HSL 21.48º 0.32% 0.5% -
HSV(B) 21.48º 0.48% 0.66% -
XYZ 24.11 21.5 11.9 -
YUV 128.24 104.73 156.36 -
System Red Green Blue C M Y K H S L
Decimal 168 116 87 0 0.31 0.48 0.34 21.48 0.32 0.5
Hex A8 74 57 0 1F 30 22 15 20 32
Octal 250 164 127 0 37 60 42 25 40 62
Binary 10101000 1110100 1010111 0 11111 110000 100010 10101 100000 110010

Color Harmonies of #A87457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87457

Black with #A87457

Text Example


Text Example

White with #A87457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87457; }

 p { color: rgb(168,116,87); }

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

background-color css

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

 a { background-color: rgb(168,116,87); }

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

border-color css

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

 span { border-color: rgb(168,116,87); }

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