#9A6054

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

Shades of Au Chico #9A6054

Tints of Au Chico #9A6054

Color information

#9A6054 (or 0x9A6054) is unknown color: approx Au Chico. HEX triplet: 9A, 60 and 54. RGB value is (154,96,84). Sum of RGB (Red+Green+Blue) = 154+96+84=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6054 is #659FAB. Grayscale: #707070. Windows color (decimal): -6660012 or 5529754. OLE color: 5529754.

HSL color Cylindrical-coordinate representation of color #9A6054: hue angle of 10.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A6054 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB1549684-
CMYK00.380.450.40
HSL10.29º29.41%46.67%-
HSV(B)10.29º45.45%60.39%-
XYZ19.1115.8810.44-
YUV111.97112.22157.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.11%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=46.11%
G=28.74%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154968400.380.450.4010.2929.4146.67
Hex9A60540262D28a1d2f
Octal2321401240465550123557
Binary10011010110000010101000100110101101101000101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A6054; }

 p { color: rgb(154,96,84); }

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

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

 a { background-color: rgb(154,96,84); }

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

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

 span { border-color: rgb(154,96,84); }

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