#9A6253

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

Shades of Au Chico #9A6253

Tints of Au Chico #9A6253

Color information

#9A6253 (or 0x9A6253) is unknown color: approx Au Chico. HEX triplet: 9A, 62 and 53. RGB value is (154,98,83). Sum of RGB (Red+Green+Blue) = 154+98+83=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6253 is #659DAC. Grayscale: #717171. Windows color (decimal): -6659501 or 5464730. OLE color: 5464730.

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

Color convert

RGB1549883-
CMYK00.360.460.40
HSL12.68º29.96%46.47%-
HSV(B)12.68º46.1%60.39%-
XYZ19.2616.2310.3-
YUV113.03111.05157.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.97%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 83 (32.81% from 255) = 24.78%
R=45.97%
G=29.25%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154988300.360.460.4012.6829.9646.47
Hex9A62530242E28d1e2e
Octal2321421230445650153656
Binary10011010110001010100110100100101110101000110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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