#A26655

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

Shades of Au Chico #A26655

Tints of Au Chico #A26655

Color information

#A26655 (or 0xA26655) is unknown color: approx Au Chico. HEX triplet: A2, 66 and 55. RGB value is (162,102,85). Sum of RGB (Red+Green+Blue) = 162+102+85=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A26655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26655 is #5D99AA. Grayscale: #767676. Windows color (decimal): -6134187 or 5596834. OLE color: 5596834.

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

Color convert

RGB16210285-
CMYK00.370.480.36
HSL13.25º31.17%48.43%-
HSV(B)13.25º47.53%63.53%-
XYZ21.2917.8410.92-
YUV118109.38159.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 85 (33.59% from 255) = 24.36%
R=46.42%
G=29.23%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621028500.370.480.3613.2531.1748.43
HexA266550253024d1f30
Octal2421461250456044153760
Binary10100010110011010101010100101110000100100110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26655; }

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

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

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

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

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

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

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

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