Html Css Color HEX #AA6153 Sante Fe

📋 copy color: '#AA6153'

red 170 ◦ green 97 ◦ blue 83

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

Shades of Sante Fe #AA6153

Tints of Sante Fe #AA6153

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

 BLUE value IS 83 (32.81% from 255) = 23.71%

R = 48.57%
G = 27.71%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA6153 (or 0xAA6153) is known color: Sante Fe. HEX triplet: AA, 61 and 53. RGB value is (170,97,83). Sum of RGB (Red+Green+Blue) = 170+97+83=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6153 is #559EAC. Grayscale: #757575. Windows color (decimal): -5611181 or 5464490. OLE color: 5464490.

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

Color convert

RGB 170 97 83 -
CMYK 0 0.43 0.51 0.33
HSL 9.66º 0.34% 0.5% -
HSV(B) 9.66º 0.51% 0.67% -
XYZ 22.41 17.72 10.42 -
YUV 117.23 108.68 165.64 -
System Red Green Blue C M Y K H S L
Decimal 170 97 83 0 0.43 0.51 0.33 9.66 0.34 0.5
Hex AA 61 53 0 2B 33 21 A 22 32
Octal 252 141 123 0 53 63 41 12 42 62
Binary 10101010 1100001 1010011 0 101011 110011 100001 1010 100010 110010

Color Harmonies of #AA6153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6153

Black with #AA6153

Text Example


Text Example

White with #AA6153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6153; }

 p { color: rgb(170,97,83); }

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

background-color css

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

 a { background-color: rgb(170,97,83); }

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

border-color css

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

 span { border-color: rgb(170,97,83); }

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