#A46754

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

Shades of Au Chico #A46754

Tints of Au Chico #A46754

Color information

#A46754 (or 0xA46754) is unknown color: approx Au Chico. HEX triplet: A4, 67 and 54. RGB value is (164,103,84). Sum of RGB (Red+Green+Blue) = 164+103+84=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A46754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46754 is #5B98AB. Grayscale: #777777. Windows color (decimal): -6002860 or 5531556. OLE color: 5531556.

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

Color convert

RGB16410384-
CMYK00.370.490.36
HSL14.25º32.26%48.63%-
HSV(B)14.25º48.78%64.31%-
XYZ21.7618.2310.76-
YUV119.07108.21160.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 103 (40.62% from 255) = 29.34%
BLUE value IS 84 (33.20% from 255) = 23.93%
R=46.72%
G=29.34%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641038400.370.490.3614.2532.2648.63
HexA467540253124e2031
Octal2441471240456144164061
Binary101001001100111101010001001011100011001001110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46754; }

 p { color: rgb(164,103,84); }

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

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

 a { background-color: rgb(164,103,84); }

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

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

 span { border-color: rgb(164,103,84); }

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