#A06C55

Color #A06C55 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #A06C55

Tints of Sante Fe #A06C55

Color information

#A06C55 (or 0xA06C55) is unknown color: approx Sante Fe. HEX triplet: A0, 6C and 55. RGB value is (160,108,85). Sum of RGB (Red+Green+Blue) = 160+108+85=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06C55 is #5F93AA. Grayscale: #797979. Windows color (decimal): -6263723 or 5598368. OLE color: 5598368.

HSL color Cylindrical-coordinate representation of color #A06C55: hue angle of 18.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A06C55 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB16010885-
CMYK00.320.470.37
HSL18.4º30.61%48.04%-
HSV(B)18.4º46.88%62.75%-
XYZ21.518.8511.1-
YUV120.93107.73155.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.33%
GREEN value IS 108 (42.58% from 255) = 30.59%
BLUE value IS 85 (33.59% from 255) = 24.08%
R=45.33%
G=30.59%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601088500.320.470.3718.430.6148.04
HexA06C550202F25121f30
Octal2401541250405745223760
Binary101000001101100101010101000001011111001011001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C55; }

 p { color: rgb(160,108,85); }

 H1.HeaderClassName
 {
   color: #A06C55;
 }
 .AnyTagClassName
 {
   color: #A06C55;
 }
</style>
background-color css

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

 a { background-color: rgb(160,108,85); }

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

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

 span { border-color: rgb(160,108,85); }

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