#A06854

Color #A06854 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #A06854

Tints of Au Chico #A06854

Color information

#A06854 (or 0xA06854) is unknown color: approx Au Chico. HEX triplet: A0, 68 and 54. RGB value is (160,104,84). Sum of RGB (Red+Green+Blue) = 160+104+84=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A06854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06854 is #5F97AB. Grayscale: #767676. Windows color (decimal): -6264748 or 5531808. OLE color: 5531808.

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

Color convert

RGB16010484-
CMYK00.350.480.37
HSL15.79º31.15%47.84%-
HSV(B)15.79º47.5%62.75%-
XYZ21.0518.0110.76-
YUV118.46108.55157.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.98%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=45.98%
G=29.89%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601048400.350.480.3715.7931.1547.84
HexA068540233025101f30
Octal2401501240436045203760
Binary101000001101000101010001000111100001001011000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06854; }

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

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

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

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

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

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

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

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