Html Css Color HEX #AA6F56 Sante Fe

📋 copy color: '#AA6F56'

red 170 ◦ green 111 ◦ blue 86

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

Shades of Sante Fe #AA6F56

Tints of Sante Fe #AA6F56

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.25%

 BLUE value IS 86 (33.98% from 255) = 23.43%

R = 46.32%
G = 30.25%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA6F56 (or 0xAA6F56) is known color: Sante Fe. HEX triplet: AA, 6F and 56. RGB value is (170,111,86). Sum of RGB (Red+Green+Blue) = 170+111+86=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6F56 is #5590A9. Grayscale: #7D7D7D. Windows color (decimal): -5607594 or 5664682. OLE color: 5664682.

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

Color convert

RGB 170 111 86 -
CMYK 0 0.35 0.49 0.33
HSL 17.86º 0.33% 0.5% -
HSV(B) 17.86º 0.49% 0.67% -
XYZ 23.94 20.59 11.52 -
YUV 125.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 170 111 86 0 0.35 0.49 0.33 17.86 0.33 0.5
Hex AA 6F 56 0 23 31 21 12 21 32
Octal 252 157 126 0 43 61 41 22 41 62
Binary 10101010 1101111 1010110 0 100011 110001 100001 10010 100001 110010

Color Harmonies of #AA6F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6F56

Black with #AA6F56

Text Example


Text Example

White with #AA6F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6F56; }

 p { color: rgb(170,111,86); }

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

background-color css

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

 a { background-color: rgb(170,111,86); }

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

border-color css

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

 span { border-color: rgb(170,111,86); }

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