#9A5D53

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

Shades of Au Chico #9A5D53

Tints of Au Chico #9A5D53

Color information

#9A5D53 (or 0x9A5D53) is unknown color: approx Au Chico. HEX triplet: 9A, 5D and 53. RGB value is (154,93,83). Sum of RGB (Red+Green+Blue) = 154+93+83=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5D53 is #65A2AC. Grayscale: #6E6E6E. Windows color (decimal): -6660781 or 5463450. OLE color: 5463450.

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

Color convert

RGB1549383-
CMYK00.400.460.40
HSL8.45º29.96%46.47%-
HSV(B)8.45º46.1%60.39%-
XYZ18.815.3210.15-
YUV110.1112.71159.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.67%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 83 (32.81% from 255) = 25.15%
R=46.67%
G=28.18%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154938300.400.460.408.4529.9646.47
Hex9A5D530282E2881e2e
Octal2321351230505650103656
Binary10011010101110110100110101000101110101000100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,93,83); }

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

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

 a { background-color: rgb(154,93,83); }

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

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

 span { border-color: rgb(154,93,83); }

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