Html Css Color HEX #A96A59 Sante Fe

📋 copy color: '#A96A59'

red 169 ◦ green 106 ◦ blue 89

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

Shades of Sante Fe #A96A59

Tints of Sante Fe #A96A59

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.12%

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

R = 46.43%
G = 29.12%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A96A59 (or 0xA96A59) is known color: Sante Fe. HEX triplet: A9, 6A and 59. RGB value is (169,106,89). Sum of RGB (Red+Green+Blue) = 169+106+89=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96A59 is #5695A6. Grayscale: #7B7B7B. Windows color (decimal): -5674407 or 5860009. OLE color: 5860009.

HSL color Cylindrical-coordinate representation of color #A96A59: hue angle of 12.75º 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 #A96A59 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 106 89 -
CMYK 0 0.37 0.47 0.34
HSL 12.75º 0.32% 0.51% -
HSV(B) 12.75º 0.47% 0.66% -
XYZ 23.32 19.46 11.98 -
YUV 122.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 169 106 89 0 0.37 0.47 0.34 12.75 0.32 0.51
Hex A9 6A 59 0 25 2F 22 D 20 33
Octal 251 152 131 0 45 57 42 15 40 63
Binary 10101001 1101010 1011001 0 100101 101111 100010 1101 100000 110011

Color Harmonies of #A96A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96A59

Black with #A96A59

Text Example


Text Example

White with #A96A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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