Html Css Color HEX #AA7255 Sante Fe

📋 copy color: '#AA7255'

red 170 ◦ green 114 ◦ blue 85

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

Shades of Sante Fe #AA7255

Tints of Sante Fe #AA7255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.89%

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

R = 46.07%
G = 30.89%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA7255 (or 0xAA7255) is known color: Sante Fe. HEX triplet: AA, 72 and 55. RGB value is (170,114,85). Sum of RGB (Red+Green+Blue) = 170+114+85=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7255 is #558DAA. Grayscale: #7F7F7F. Windows color (decimal): -5606827 or 5599914. OLE color: 5599914.

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

Color convert

RGB 170 114 85 -
CMYK 0 0.33 0.50 0.33
HSL 20.47º 0.33% 0.5% -
HSV(B) 20.47º 0.5% 0.67% -
XYZ 24.23 21.24 11.42 -
YUV 127.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 170 114 85 0 0.33 0.50 0.33 20.47 0.33 0.5
Hex AA 72 55 0 21 32 21 14 21 32
Octal 252 162 125 0 41 62 41 24 41 62
Binary 10101010 1110010 1010101 0 100001 110010 100001 10100 100001 110010

Color Harmonies of #AA7255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7255

Black with #AA7255

Text Example


Text Example

White with #AA7255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7255; }

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

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

background-color css

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

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

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

border-color css

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

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

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