#A46054

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

Shades of Au Chico #A46054

Tints of Au Chico #A46054

Color information

#A46054 (or 0xA46054) is unknown color: approx Au Chico. HEX triplet: A4, 60 and 54. RGB value is (164,96,84). Sum of RGB (Red+Green+Blue) = 164+96+84=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A46054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46054 is #5B9FAB. Grayscale: #737373. Windows color (decimal): -6004652 or 5529764. OLE color: 5529764.

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

Color convert

RGB1649684-
CMYK00.410.490.36
HSL32.26%48.63%-
HSV(B)48.78%64.31%-
XYZ21.0916.910.54-
YUV114.96110.53162.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.67%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 84 (33.20% from 255) = 24.42%
R=47.67%
G=27.91%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164968400.410.490.36932.2648.63
HexA46054029312492031
Octal2441401240516144114061
Binary101001001100000101010001010011100011001001001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46054; }

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

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

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

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

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

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

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

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