Html Css Color HEX #AA6B4E Sante Fe

📋 copy color: '#AA6B4E'

red 170 ◦ green 107 ◦ blue 78

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

Shades of Sante Fe #AA6B4E

Tints of Sante Fe #AA6B4E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.14%

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

R = 47.89%
G = 30.14%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA6B4E (or 0xAA6B4E) is known color: Sante Fe. HEX triplet: AA, 6B and 4E. RGB value is (170,107,78). Sum of RGB (Red+Green+Blue) = 170+107+78=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B4E is #5594B1. Grayscale: #7A7A7A. Windows color (decimal): -5608626 or 5139370. OLE color: 5139370.

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

Color convert

RGB 170 107 78 -
CMYK 0 0.37 0.54 0.33
HSL 18.91º 0.37% 0.49% -
HSV(B) 18.91º 0.54% 0.67% -
XYZ 23.21 19.61 9.77 -
YUV 122.53 102.87 161.86 -
System Red Green Blue C M Y K H S L
Decimal 170 107 78 0 0.37 0.54 0.33 18.91 0.37 0.49
Hex AA 6B 4E 0 25 36 21 13 25 31
Octal 252 153 116 0 45 66 41 23 45 61
Binary 10101010 1101011 1001110 0 100101 110110 100001 10011 100101 110001

Color Harmonies of #AA6B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6B4E

Black with #AA6B4E

Text Example


Text Example

White with #AA6B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6B4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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