Html Css Color HEX #AA7655 Sante Fe

📋 copy color: '#AA7655'

red 170 ◦ green 118 ◦ blue 85

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

Shades of Sante Fe #AA7655

Tints of Sante Fe #AA7655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.64%

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

R = 45.58%
G = 31.64%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA7655 (or 0xAA7655) is known color: Sante Fe. HEX triplet: AA, 76 and 55. RGB value is (170,118,85). Sum of RGB (Red+Green+Blue) = 170+118+85=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7655 is #5589AA. Grayscale: #818181. Windows color (decimal): -5605803 or 5600938. OLE color: 5600938.

HSL color Cylindrical-coordinate representation of color #AA7655: hue angle of 23.29º 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 #AA7655 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 118 85 -
CMYK 0 0.31 0.50 0.33
HSL 23.29º 0.33% 0.5% -
HSV(B) 23.29º 0.5% 0.67% -
XYZ 24.7 22.16 11.57 -
YUV 129.79 102.73 156.68 -
System Red Green Blue C M Y K H S L
Decimal 170 118 85 0 0.31 0.50 0.33 23.29 0.33 0.5
Hex AA 76 55 0 1F 32 21 17 21 32
Octal 252 166 125 0 37 62 41 27 41 62
Binary 10101010 1110110 1010101 0 11111 110010 100001 10111 100001 110010

Color Harmonies of #AA7655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7655

Black with #AA7655

Text Example


Text Example

White with #AA7655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7655; }

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

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

background-color css

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

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

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

border-color css

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

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

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