Html Css Color HEX #AA6553 Sante Fe

📋 copy color: '#AA6553'

red 170 ◦ green 101 ◦ blue 83

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

Shades of Sante Fe #AA6553

Tints of Sante Fe #AA6553

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.53%

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

R = 48.02%
G = 28.53%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA6553 (or 0xAA6553) is known color: Sante Fe. HEX triplet: AA, 65 and 53. RGB value is (170,101,83). Sum of RGB (Red+Green+Blue) = 170+101+83=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6553 is #559AAC. Grayscale: #777777. Windows color (decimal): -5610157 or 5465514. OLE color: 5465514.

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

Color convert

RGB 170 101 83 -
CMYK 0 0.41 0.51 0.33
HSL 12.41º 0.34% 0.5% -
HSV(B) 12.41º 0.51% 0.67% -
XYZ 22.79 18.48 10.55 -
YUV 119.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 170 101 83 0 0.41 0.51 0.33 12.41 0.34 0.5
Hex AA 65 53 0 29 33 21 C 22 32
Octal 252 145 123 0 51 63 41 14 42 62
Binary 10101010 1100101 1010011 0 101001 110011 100001 1100 100010 110010

Color Harmonies of #AA6553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6553

Black with #AA6553

Text Example


Text Example

White with #AA6553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6553; }

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

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

background-color css

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

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

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

border-color css

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

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

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