Html Css Color HEX #AA664C Sante Fe

📋 copy color: '#AA664C'

red 170 ◦ green 102 ◦ blue 76

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

Shades of Sante Fe #AA664C

Tints of Sante Fe #AA664C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 48.85%
G = 29.31%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA664C (or 0xAA664C) is known color: Sante Fe. HEX triplet: AA, 66 and 4C. RGB value is (170,102,76). Sum of RGB (Red+Green+Blue) = 170+102+76=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA664C is #5599B3. Grayscale: #777777. Windows color (decimal): -5609908 or 5007018. OLE color: 5007018.

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

Color convert

RGB 170 102 76 -
CMYK 0 0.4 0.55 0.33
HSL 16.6º 0.38% 0.48% -
HSV(B) 16.6º 0.55% 0.67% -
XYZ 22.63 18.57 9.23 -
YUV 119.37 103.53 164.11 -
System Red Green Blue C M Y K H S L
Decimal 170 102 76 0 0.4 0.55 0.33 16.6 0.38 0.48
Hex AA 66 4C 0 28 37 21 11 26 30
Octal 252 146 114 0 50 67 41 21 46 60
Binary 10101010 1100110 1001100 0 101000 110111 100001 10001 100110 110000

Color Harmonies of #AA664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA664C

Black with #AA664C

Text Example


Text Example

White with #AA664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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