#A46A5C

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

Shades of Au Chico #A46A5C

Tints of Au Chico #A46A5C

Color information

#A46A5C (or 0xA46A5C) is unknown color: approx Au Chico. HEX triplet: A4, 6A and 5C. RGB value is (164,106,92). Sum of RGB (Red+Green+Blue) = 164+106+92=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A5C is #5B95A3. Grayscale: #797979. Windows color (decimal): -6002084 or 6056612. OLE color: 6056612.

HSL color Cylindrical-coordinate representation of color #A46A5C: hue angle of 11.67º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A46A5C is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB16410692-
CMYK00.350.440.36
HSL11.67º28.35%50.2%-
HSV(B)11.67º43.9%64.31%-
XYZ22.418.9712.61-
YUV121.75111.22158.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.30%
GREEN value IS 106 (41.80% from 255) = 29.28%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=45.30%
G=29.28%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641069200.350.440.3611.6728.3550.2
HexA46A5C0232C24c1c32
Octal2441521340435444143462
Binary10100100110101010111000100011101100100100110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A5C; }

 p { color: rgb(164,106,92); }

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

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

 a { background-color: rgb(164,106,92); }

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

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

 span { border-color: rgb(164,106,92); }

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