#A46957

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

Shades of Au Chico #A46957

Tints of Au Chico #A46957

Color information

#A46957 (or 0xA46957) is unknown color: approx Au Chico. HEX triplet: A4, 69 and 57. RGB value is (164,105,87). Sum of RGB (Red+Green+Blue) = 164+105+87=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A46957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46957 is #5B96A8. Grayscale: #787878. Windows color (decimal): -6002345 or 5728676. OLE color: 5728676.

HSL color Cylindrical-coordinate representation of color #A46957: hue angle of 14.03º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A46957 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16410587-
CMYK00.360.470.36
HSL14.03º30.68%49.22%-
HSV(B)14.03º46.95%64.31%-
XYZ22.0818.6811.46-
YUV120.59109.05158.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 87 (34.38% from 255) = 24.44%
R=46.07%
G=29.49%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641058700.360.470.3614.0330.6849.22
HexA469570242F24e1f31
Octal2441511270445744163761
Binary10100100110100110101110100100101111100100111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46957; }

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

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

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

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

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

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

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

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