#9A6255

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

Shades of Au Chico #9A6255

Tints of Au Chico #9A6255

Color information

#9A6255 (or 0x9A6255) is unknown color: approx Au Chico. HEX triplet: 9A, 62 and 55. RGB value is (154,98,85). Sum of RGB (Red+Green+Blue) = 154+98+85=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6255 is #659DAA. Grayscale: #717171. Windows color (decimal): -6659499 or 5595802. OLE color: 5595802.

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

Color convert

RGB1549885-
CMYK00.360.450.40
HSL11.3º28.87%46.86%-
HSV(B)11.3º44.81%60.39%-
XYZ19.3316.2610.71-
YUV113.26112.05157.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.70%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 85 (33.59% from 255) = 25.22%
R=45.70%
G=29.08%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154988500.360.450.4011.328.8746.86
Hex9A62550242D28b1d2f
Octal2321421250445550133557
Binary10011010110001010101010100100101101101000101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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