#A46256

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

Shades of Au Chico #A46256

Tints of Au Chico #A46256

Color information

#A46256 (or 0xA46256) is unknown color: approx Au Chico. HEX triplet: A4, 62 and 56. RGB value is (164,98,86). Sum of RGB (Red+Green+Blue) = 164+98+86=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A46256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46256 is #5B9DA9. Grayscale: #747474. Windows color (decimal): -6004138 or 5661348. OLE color: 5661348.

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

Color convert

RGB1649886-
CMYK00.400.480.36
HSL9.23º31.2%49.02%-
HSV(B)9.23º47.56%64.31%-
XYZ21.3617.311.02-
YUV116.37110.87161.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 98 (38.67% from 255) = 28.16%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=47.13%
G=28.16%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164988600.400.480.369.2331.249.02
HexA46256028302491f31
Octal2441421260506044113761
Binary10100100110001010101100101000110000100100100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46256; }

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

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

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

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

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

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

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

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