Html Css Color HEX #AA6855 Sante Fe

📋 copy color: '#AA6855'

red 170 ◦ green 104 ◦ blue 85

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

Shades of Sante Fe #AA6855

Tints of Sante Fe #AA6855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.68%

R = 47.35%
G = 28.97%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA6855 (or 0xAA6855) is known color: Sante Fe. HEX triplet: AA, 68 and 55. RGB value is (170,104,85). Sum of RGB (Red+Green+Blue) = 170+104+85=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6855 is #5597AA. Grayscale: #797979. Windows color (decimal): -5609387 or 5597354. OLE color: 5597354.

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

Color convert

RGB 170 104 85 -
CMYK 0 0.39 0.50 0.33
HSL 13.41º 0.33% 0.5% -
HSV(B) 13.41º 0.5% 0.67% -
XYZ 23.17 19.1 11.06 -
YUV 121.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 170 104 85 0 0.39 0.50 0.33 13.41 0.33 0.5
Hex AA 68 55 0 27 32 21 D 21 32
Octal 252 150 125 0 47 62 41 15 41 62
Binary 10101010 1101000 1010101 0 100111 110010 100001 1101 100001 110010

Color Harmonies of #AA6855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6855

Black with #AA6855

Text Example


Text Example

White with #AA6855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6855; }

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

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

background-color css

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

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

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

border-color css

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

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

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