#A46254

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

Shades of Au Chico #A46254

Tints of Au Chico #A46254

Color information

#A46254 (or 0xA46254) is unknown color: approx Au Chico. HEX triplet: A4, 62 and 54. RGB value is (164,98,84). Sum of RGB (Red+Green+Blue) = 164+98+84=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A46254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46254 is #5B9DAB. Grayscale: #747474. Windows color (decimal): -6004140 or 5530276. OLE color: 5530276.

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

Color convert

RGB1649884-
CMYK00.400.490.36
HSL10.5º32.26%48.63%-
HSV(B)10.5º48.78%64.31%-
XYZ21.2817.2710.6-
YUV116.14109.87162.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=47.40%
G=28.32%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164988400.400.490.3610.532.2648.63
HexA462540283124b2031
Octal2441421240506144134061
Binary101001001100010101010001010001100011001001011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46254; }

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

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

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

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

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

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

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

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