#9A5D52

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

Shades of Au Chico #9A5D52

Tints of Au Chico #9A5D52

Color information

#9A5D52 (or 0x9A5D52) is unknown color: approx Au Chico. HEX triplet: 9A, 5D and 52. RGB value is (154,93,82). Sum of RGB (Red+Green+Blue) = 154+93+82=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5D52 is #65A2AD. Grayscale: #6E6E6E. Windows color (decimal): -6660782 or 5397914. OLE color: 5397914.

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

Color convert

RGB1549382-
CMYK00.400.470.40
HSL9.17º30.51%46.27%-
HSV(B)9.17º46.75%60.39%-
XYZ18.7615.319.95-
YUV109.98112.21159.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.81%
GREEN value IS 93 (36.72% from 255) = 28.27%
BLUE value IS 82 (32.42% from 255) = 24.92%
R=46.81%
G=28.27%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154938200.400.470.409.1730.5146.27
Hex9A5D520282F2891f2e
Octal2321351220505750113756
Binary10011010101110110100100101000101111101000100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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