#A26A5B

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

Shades of Au Chico #A26A5B

Tints of Au Chico #A26A5B

Color information

#A26A5B (or 0xA26A5B) is unknown color: approx Au Chico. HEX triplet: A2, 6A and 5B. RGB value is (162,106,91). Sum of RGB (Red+Green+Blue) = 162+106+91=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26A5B is #5D95A4. Grayscale: #797979. Windows color (decimal): -6133157 or 5991074. OLE color: 5991074.

HSL color Cylindrical-coordinate representation of color #A26A5B: hue angle of 12.68º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A26A5B is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB16210691-
CMYK00.350.440.36
HSL12.68º28.06%49.61%-
HSV(B)12.68º43.83%63.53%-
XYZ21.9418.7412.36-
YUV121.03111.05157.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.13%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 91 (35.94% from 255) = 25.35%
R=45.13%
G=29.53%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621069100.350.440.3612.6828.0649.61
HexA26A5B0232C24d1c32
Octal2421521330435444153462
Binary10100010110101010110110100011101100100100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26A5B; }

 p { color: rgb(162,106,91); }

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

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

 a { background-color: rgb(162,106,91); }

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

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

 span { border-color: rgb(162,106,91); }

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