#A26855

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

Shades of Au Chico #A26855

Tints of Au Chico #A26855

Color information

#A26855 (or 0xA26855) is unknown color: approx Au Chico. HEX triplet: A2, 68 and 55. RGB value is (162,104,85). Sum of RGB (Red+Green+Blue) = 162+104+85=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A26855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26855 is #5D97AA. Grayscale: #777777. Windows color (decimal): -6133675 or 5597346. OLE color: 5597346.

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

Color convert

RGB16210485-
CMYK00.360.480.36
HSL14.81º31.17%48.43%-
HSV(B)14.81º47.53%63.53%-
XYZ21.4918.2410.98-
YUV119.18108.72158.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.15%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 85 (33.59% from 255) = 24.22%
R=46.15%
G=29.63%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621048500.360.480.3614.8131.1748.43
HexA268550243024f1f30
Octal2421501250446044173760
Binary10100010110100010101010100100110000100100111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26855; }

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

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

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

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

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

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

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

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