Html Css Color HEX #AA6857 Sante Fe

📋 copy color: '#AA6857'

red 170 ◦ green 104 ◦ blue 87

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

Shades of Sante Fe #AA6857

Tints of Sante Fe #AA6857

RGB

 RED value IS 170 (66.8% from 255) = 47.09%

 GREEN value IS 104 (41.02% from 255) = 28.81%

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

R = 47.09%
G = 28.81%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA6857 (or 0xAA6857) is known color: Sante Fe. HEX triplet: AA, 68 and 57. RGB value is (170,104,87). Sum of RGB (Red+Green+Blue) = 170+104+87=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6857 is #5597A8. Grayscale: #797979. Windows color (decimal): -5609385 or 5728426. OLE color: 5728426.

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

Color convert

RGB 170 104 87 -
CMYK 0 0.39 0.49 0.33
HSL 12.29º 0.33% 0.5% -
HSV(B) 12.29º 0.49% 0.67% -
XYZ 23.25 19.13 11.48 -
YUV 121.8 108.37 162.38 -
System Red Green Blue C M Y K H S L
Decimal 170 104 87 0 0.39 0.49 0.33 12.29 0.33 0.5
Hex AA 68 57 0 27 31 21 C 21 32
Octal 252 150 127 0 47 61 41 14 41 62
Binary 10101010 1101000 1010111 0 100111 110001 100001 1100 100001 110010

Color Harmonies of #AA6857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6857

Black with #AA6857

Text Example


Text Example

White with #AA6857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6857; }

 p { color: rgb(170,104,87); }

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

background-color css

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

 a { background-color: rgb(170,104,87); }

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

border-color css

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

 span { border-color: rgb(170,104,87); }

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