#9A6957

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

Shades of Au Chico #9A6957

Tints of Au Chico #9A6957

Color information

#9A6957 (or 0x9A6957) is unknown color: approx Au Chico. HEX triplet: 9A, 69 and 57. RGB value is (154,105,87). Sum of RGB (Red+Green+Blue) = 154+105+87=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6957 is #6596A8. Grayscale: #757575. Windows color (decimal): -6657705 or 5728666. OLE color: 5728666.

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

Color convert

RGB15410587-
CMYK00.320.440.40
HSL16.12º27.8%47.25%-
HSV(B)16.12º43.51%60.39%-
XYZ20.117.6611.37-
YUV117.6110.73153.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.51%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=44.51%
G=30.35%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541058700.320.440.4016.1227.847.25
Hex9A69570202C28101c2f
Octal2321511270405450203457
Binary100110101101001101011101000001011001010001000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,105,87); }

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

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

 a { background-color: rgb(154,105,87); }

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

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

 span { border-color: rgb(154,105,87); }

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