Html Css Color HEX #AA664E Sante Fe

📋 copy color: '#AA664E'

red 170 ◦ green 102 ◦ blue 78

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

Shades of Sante Fe #AA664E

Tints of Sante Fe #AA664E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 48.57%
G = 29.14%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA664E (or 0xAA664E) is known color: Sante Fe. HEX triplet: AA, 66 and 4E. RGB value is (170,102,78). Sum of RGB (Red+Green+Blue) = 170+102+78=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA664E is #5599B1. Grayscale: #777777. Windows color (decimal): -5609906 or 5138090. OLE color: 5138090.

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

Color convert

RGB 170 102 78 -
CMYK 0 0.4 0.54 0.33
HSL 15.65º 0.37% 0.49% -
HSV(B) 15.65º 0.54% 0.67% -
XYZ 22.7 18.6 9.6 -
YUV 119.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 170 102 78 0 0.4 0.54 0.33 15.65 0.37 0.49
Hex AA 66 4E 0 28 36 21 10 25 31
Octal 252 146 116 0 50 66 41 20 45 61
Binary 10101010 1100110 1001110 0 101000 110110 100001 10000 100101 110001

Color Harmonies of #AA664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA664E

Black with #AA664E

Text Example


Text Example

White with #AA664E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA664E; }

 p { color: rgb(170,102,78); }

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

background-color css

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

 a { background-color: rgb(170,102,78); }

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

border-color css

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

 span { border-color: rgb(170,102,78); }

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