#A26B56

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

Shades of Au Chico #A26B56

Tints of Au Chico #A26B56

Color information

#A26B56 (or 0xA26B56) is unknown color: approx Au Chico. HEX triplet: A2, 6B and 56. RGB value is (162,107,86). Sum of RGB (Red+Green+Blue) = 162+107+86=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26B56 is #5D94A9. Grayscale: #797979. Windows color (decimal): -6132906 or 5663650. OLE color: 5663650.

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

Color convert

RGB16210786-
CMYK00.340.470.36
HSL16.58º30.65%48.63%-
HSV(B)16.58º46.91%63.53%-
XYZ21.8418.8711.3-
YUV121.05108.22157.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 107 (42.19% from 255) = 30.14%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=45.63%
G=30.14%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621078600.340.470.3616.5830.6548.63
HexA26B560222F24111f31
Octal2421531260425744213761
Binary101000101101011101011001000101011111001001000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26B56; }

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

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

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

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

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

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

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

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