Html Css Color HEX #A87059 Sante Fe

📋 copy color: '#A87059'

red 168 ◦ green 112 ◦ blue 89

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

Shades of Sante Fe #A87059

Tints of Sante Fe #A87059

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

 BLUE value IS 89 (35.16% from 255) = 24.12%

R = 45.53%
G = 30.35%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A87059 (or 0xA87059) is known color: Sante Fe. HEX triplet: A8, 70 and 59. RGB value is (168,112,89). Sum of RGB (Red+Green+Blue) = 168+112+89=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A87059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87059 is #578FA6. Grayscale: #7E7E7E. Windows color (decimal): -5738407 or 5861544. OLE color: 5861544.

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

Color convert

RGB 168 112 89 -
CMYK 0 0.33 0.47 0.34
HSL 17.47º 0.31% 0.5% -
HSV(B) 17.47º 0.47% 0.66% -
XYZ 23.75 20.63 12.18 -
YUV 126.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 168 112 89 0 0.33 0.47 0.34 17.47 0.31 0.5
Hex A8 70 59 0 21 2F 22 11 1F 32
Octal 250 160 131 0 41 57 42 21 37 62
Binary 10101000 1110000 1011001 0 100001 101111 100010 10001 11111 110010

Color Harmonies of #A87059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87059

Black with #A87059

Text Example


Text Example

White with #A87059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87059; }

 p { color: rgb(168,112,89); }

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

background-color css

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

 a { background-color: rgb(168,112,89); }

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

border-color css

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

 span { border-color: rgb(168,112,89); }

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