#A46258

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

Shades of Au Chico #A46258

Tints of Au Chico #A46258

Color information

#A46258 (or 0xA46258) is unknown color: approx Au Chico. HEX triplet: A4, 62 and 58. RGB value is (164,98,88). Sum of RGB (Red+Green+Blue) = 164+98+88=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A46258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46258 is #5B9DA7. Grayscale: #747474. Windows color (decimal): -6004136 or 5792420. OLE color: 5792420.

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

Color convert

RGB1649888-
CMYK00.400.460.36
HSL7.89º30.16%49.41%-
HSV(B)7.89º46.34%64.31%-
XYZ21.4417.3311.45-
YUV116.59111.87161.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.86%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 88 (34.77% from 255) = 25.14%
R=46.86%
G=28%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164988800.400.460.367.8930.1649.41
HexA462580282E2481e31
Octal2441421300505644103661
Binary10100100110001010110000101000101110100100100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46258; }

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

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

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

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

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

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

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

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