Html Css Color HEX #AA6150 Sante Fe

📋 copy color: '#AA6150'

red 170 ◦ green 97 ◦ blue 80

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

Shades of Sante Fe #AA6150

Tints of Sante Fe #AA6150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.05%

R = 48.99%
G = 27.95%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AA6150 (or 0xAA6150) is known color: Sante Fe. HEX triplet: AA, 61 and 50. RGB value is (170,97,80). Sum of RGB (Red+Green+Blue) = 170+97+80=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6150 is #559EAF. Grayscale: #757575. Windows color (decimal): -5611184 or 5267882. OLE color: 5267882.

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

Color convert

RGB 170 97 80 -
CMYK 0 0.43 0.53 0.33
HSL 11.33º 0.36% 0.49% -
HSV(B) 11.33º 0.53% 0.67% -
XYZ 22.3 17.67 9.83 -
YUV 116.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 170 97 80 0 0.43 0.53 0.33 11.33 0.36 0.49
Hex AA 61 50 0 2B 35 21 B 24 31
Octal 252 141 120 0 53 65 41 13 44 61
Binary 10101010 1100001 1010000 0 101011 110101 100001 1011 100100 110001

Color Harmonies of #AA6150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6150

Black with #AA6150

Text Example


Text Example

White with #AA6150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6150; }

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

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

background-color css

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

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

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

border-color css

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

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

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