Html Css Color HEX #AA6E4E Sante Fe

📋 copy color: '#AA6E4E'

red 170 ◦ green 110 ◦ blue 78

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

Shades of Sante Fe #AA6E4E

Tints of Sante Fe #AA6E4E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.73%

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

R = 47.49%
G = 30.73%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA6E4E (or 0xAA6E4E) is known color: Sante Fe. HEX triplet: AA, 6E and 4E. RGB value is (170,110,78). Sum of RGB (Red+Green+Blue) = 170+110+78=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E4E is #5591B1. Grayscale: #7C7C7C. Windows color (decimal): -5607858 or 5140138. OLE color: 5140138.

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

Color convert

RGB 170 110 78 -
CMYK 0 0.35 0.54 0.33
HSL 20.87º 0.37% 0.49% -
HSV(B) 20.87º 0.54% 0.67% -
XYZ 23.53 20.25 9.88 -
YUV 124.29 101.88 160.6 -
System Red Green Blue C M Y K H S L
Decimal 170 110 78 0 0.35 0.54 0.33 20.87 0.37 0.49
Hex AA 6E 4E 0 23 36 21 15 25 31
Octal 252 156 116 0 43 66 41 25 45 61
Binary 10101010 1101110 1001110 0 100011 110110 100001 10101 100101 110001

Color Harmonies of #AA6E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6E4E

Black with #AA6E4E

Text Example


Text Example

White with #AA6E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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