#A26256

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

Shades of Au Chico #A26256

Tints of Au Chico #A26256

Color information

#A26256 (or 0xA26256) is unknown color: approx Au Chico. HEX triplet: A2, 62 and 56. RGB value is (162,98,86). Sum of RGB (Red+Green+Blue) = 162+98+86=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A26256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26256 is #5D9DA9. Grayscale: #737373. Windows color (decimal): -6135210 or 5661346. OLE color: 5661346.

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

Color convert

RGB1629886-
CMYK00.400.470.36
HSL9.47º30.65%48.63%-
HSV(B)9.47º46.91%63.53%-
XYZ20.9517.0911-
YUV115.77111.2160.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=46.82%
G=28.32%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162988600.400.470.369.4730.6548.63
HexA262560282F2491f31
Octal2421421260505744113761
Binary10100010110001010101100101000101111100100100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26256; }

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

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

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

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

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

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

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

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