#A26453

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

Shades of Au Chico #A26453

Tints of Au Chico #A26453

Color information

#A26453 (or 0xA26453) is unknown color: approx Au Chico. HEX triplet: A2, 64 and 53. RGB value is (162,100,83). Sum of RGB (Red+Green+Blue) = 162+100+83=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A26453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26453 is #5D9BAC. Grayscale: #747474. Windows color (decimal): -6134701 or 5465250. OLE color: 5465250.

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

Color convert

RGB16210083-
CMYK00.380.490.36
HSL12.91º32.24%48.04%-
HSV(B)12.91º48.77%63.53%-
XYZ21.0217.4210.44-
YUV116.6109.04160.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 83 (32.81% from 255) = 24.06%
R=46.96%
G=28.99%
B=24.06%

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
Decimal1621008300.380.490.3612.9132.2448.04
HexA264530263124d2030
Octal2421441230466144154060
Binary101000101100100101001101001101100011001001101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26453; }

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

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

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

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

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

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

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

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