#A26858

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

Shades of Au Chico #A26858

Tints of Au Chico #A26858

Color information

#A26858 (or 0xA26858) is unknown color: approx Au Chico. HEX triplet: A2, 68 and 58. RGB value is (162,104,88). Sum of RGB (Red+Green+Blue) = 162+104+88=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A26858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26858 is #5D97A7. Grayscale: #777777. Windows color (decimal): -6133672 or 5793954. OLE color: 5793954.

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

Color convert

RGB16210488-
CMYK00.360.460.36
HSL12.97º29.6%49.02%-
HSV(B)12.97º45.68%63.53%-
XYZ21.6118.2911.62-
YUV119.52110.22158.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.76%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 88 (34.77% from 255) = 24.86%
R=45.76%
G=29.38%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621048800.360.460.3612.9729.649.02
HexA268580242E24d1e31
Octal2421501300445644153661
Binary10100010110100010110000100100101110100100110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26858; }

 p { color: rgb(162,104,88); }

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

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

 a { background-color: rgb(162,104,88); }

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

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

 span { border-color: rgb(162,104,88); }

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