#A26553

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

Shades of Au Chico #A26553

Tints of Au Chico #A26553

Color information

#A26553 (or 0xA26553) is unknown color: approx Au Chico. HEX triplet: A2, 65 and 53. RGB value is (162,101,83). Sum of RGB (Red+Green+Blue) = 162+101+83=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A26553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26553 is #5D9AAC. Grayscale: #757575. Windows color (decimal): -6134445 or 5465506. OLE color: 5465506.

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

Color convert

RGB16210183-
CMYK00.380.490.36
HSL13.67º32.24%48.04%-
HSV(B)13.67º48.77%63.53%-
XYZ21.1217.6110.47-
YUV117.19108.71159.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 83 (32.81% from 255) = 23.99%
R=46.82%
G=29.19%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621018300.380.490.3613.6732.2448.04
HexA265530263124e2030
Octal2421451230466144164060
Binary101000101100101101001101001101100011001001110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26553; }

 p { color: rgb(162,101,83); }

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

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

 a { background-color: rgb(162,101,83); }

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

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

 span { border-color: rgb(162,101,83); }

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