#A46357

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

Shades of Au Chico #A46357

Tints of Au Chico #A46357

Color information

#A46357 (or 0xA46357) is unknown color: approx Au Chico. HEX triplet: A4, 63 and 57. RGB value is (164,99,87). Sum of RGB (Red+Green+Blue) = 164+99+87=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A46357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46357 is #5B9CA8. Grayscale: #757575. Windows color (decimal): -6003881 or 5727140. OLE color: 5727140.

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

Color convert

RGB1649987-
CMYK00.400.470.36
HSL9.35º30.68%49.22%-
HSV(B)9.35º46.95%64.31%-
XYZ21.4917.511.26-
YUV117.07111.03161.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.86%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 87 (34.38% from 255) = 24.86%
R=46.86%
G=28.29%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164998700.400.470.369.3530.6849.22
HexA463570282F2491f31
Octal2441431270505744113761
Binary10100100110001110101110101000101111100100100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46357; }

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

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

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

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

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

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

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

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