Html Css Color HEX #A96C59 Sante Fe

📋 copy color: '#A96C59'

red 169 ◦ green 108 ◦ blue 89

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

Shades of Sante Fe #A96C59

Tints of Sante Fe #A96C59

RGB

 RED value IS 169 (66.41% from 255) = 46.17%

 GREEN value IS 108 (42.58% from 255) = 29.51%

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

R = 46.17%
G = 29.51%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A96C59 (or 0xA96C59) is known color: Sante Fe. HEX triplet: A9, 6C and 59. RGB value is (169,108,89). Sum of RGB (Red+Green+Blue) = 169+108+89=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96C59 is #5693A6. Grayscale: #7C7C7C. Windows color (decimal): -5673895 or 5860521. OLE color: 5860521.

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

Color convert

RGB 169 108 89 -
CMYK 0 0.36 0.47 0.34
HSL 14.25º 0.32% 0.51% -
HSV(B) 14.25º 0.47% 0.66% -
XYZ 23.53 19.88 12.05 -
YUV 124.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 169 108 89 0 0.36 0.47 0.34 14.25 0.32 0.51
Hex A9 6C 59 0 24 2F 22 E 20 33
Octal 251 154 131 0 44 57 42 16 40 63
Binary 10101001 1101100 1011001 0 100100 101111 100010 1110 100000 110011

Color Harmonies of #A96C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96C59

Black with #A96C59

Text Example


Text Example

White with #A96C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96C59; }

 p { color: rgb(169,108,89); }

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

background-color css

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

 a { background-color: rgb(169,108,89); }

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

border-color css

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

 span { border-color: rgb(169,108,89); }

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