#A26556

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

Shades of Au Chico #A26556

Tints of Au Chico #A26556

Color information

#A26556 (or 0xA26556) is unknown color: approx Au Chico. HEX triplet: A2, 65 and 56. RGB value is (162,101,86). Sum of RGB (Red+Green+Blue) = 162+101+86=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A26556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26556 is #5D9AA9. Grayscale: #757575. Windows color (decimal): -6134442 or 5662114. OLE color: 5662114.

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

Color convert

RGB16210186-
CMYK00.380.470.36
HSL11.84º30.65%48.63%-
HSV(B)11.84º46.91%63.53%-
XYZ21.2317.6611.09-
YUV117.53110.21159.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 86 (33.98% from 255) = 24.64%
R=46.42%
G=28.94%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621018600.380.470.3611.8430.6548.63
HexA265560262F24c1f31
Octal2421451260465744143761
Binary10100010110010110101100100110101111100100110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26556; }

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

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

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

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

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

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

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

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