Html Css Color HEX #AA6A52 Sante Fe

📋 copy color: '#AA6A52'

red 170 ◦ green 106 ◦ blue 82

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

Shades of Sante Fe #AA6A52

Tints of Sante Fe #AA6A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.91%

R = 47.49%
G = 29.61%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA6A52 (or 0xAA6A52) is known color: Sante Fe. HEX triplet: AA, 6A and 52. RGB value is (170,106,82). Sum of RGB (Red+Green+Blue) = 170+106+82=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A52 is #5595AD. Grayscale: #7A7A7A. Windows color (decimal): -5608878 or 5401258. OLE color: 5401258.

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

Color convert

RGB 170 106 82 -
CMYK 0 0.38 0.52 0.33
HSL 16.36º 0.35% 0.49% -
HSV(B) 16.36º 0.52% 0.67% -
XYZ 23.25 19.46 10.51 -
YUV 122.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 170 106 82 0 0.38 0.52 0.33 16.36 0.35 0.49
Hex AA 6A 52 0 26 34 21 10 23 31
Octal 252 152 122 0 46 64 41 20 43 61
Binary 10101010 1101010 1010010 0 100110 110100 100001 10000 100011 110001

Color Harmonies of #AA6A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A52

Black with #AA6A52

Text Example


Text Example

White with #AA6A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A52; }

 p { color: rgb(170,106,82); }

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

background-color css

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

 a { background-color: rgb(170,106,82); }

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

border-color css

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

 span { border-color: rgb(170,106,82); }

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