#A06C54

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

Shades of Sante Fe #A06C54

Tints of Sante Fe #A06C54

Color information

#A06C54 (or 0xA06C54) is unknown color: approx Sante Fe. HEX triplet: A0, 6C and 54. RGB value is (160,108,84). Sum of RGB (Red+Green+Blue) = 160+108+84=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06C54 is #5F93AB. Grayscale: #787878. Windows color (decimal): -6263724 or 5532832. OLE color: 5532832.

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

Color convert

RGB16010884-
CMYK00.320.480.37
HSL18.95º31.15%47.84%-
HSV(B)18.95º47.5%62.75%-
XYZ21.4618.8410.89-
YUV120.81107.23155.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 108 (42.58% from 255) = 30.68%
BLUE value IS 84 (33.20% from 255) = 23.86%
R=45.45%
G=30.68%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601088400.320.480.3718.9531.1547.84
HexA06C540203025131f30
Octal2401541240406045233760
Binary101000001101100101010001000001100001001011001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C54; }

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

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

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

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

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

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

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

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