#9A5E55

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

Shades of Au Chico #9A5E55

Tints of Au Chico #9A5E55

Color information

#9A5E55 (or 0x9A5E55) is unknown color: approx Au Chico. HEX triplet: 9A, 5E and 55. RGB value is (154,94,85). Sum of RGB (Red+Green+Blue) = 154+94+85=333 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.25% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5E55 is #65A1AA. Grayscale: #6F6F6F. Windows color (decimal): -6660523 or 5594778. OLE color: 5594778.

HSL color Cylindrical-coordinate representation of color #9A5E55: hue angle of 7.83º 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 #9A5E55 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB1549485-
CMYK00.390.450.40
HSL7.83º28.87%46.86%-
HSV(B)7.83º44.81%60.39%-
XYZ18.9715.5310.59-
YUV110.91113.38158.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.25%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 85 (33.59% from 255) = 25.53%
R=46.25%
G=28.23%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154948500.390.450.407.8328.8746.86
Hex9A5E550272D2881d2f
Octal2321361250475550103557
Binary10011010101111010101010100111101101101000100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,94,85); }

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

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

 a { background-color: rgb(154,94,85); }

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

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

 span { border-color: rgb(154,94,85); }

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