#A26057

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

Shades of Au Chico #A26057

Tints of Au Chico #A26057

Color information

#A26057 (or 0xA26057) is unknown color: approx Au Chico. HEX triplet: A2, 60 and 57. RGB value is (162,96,87). Sum of RGB (Red+Green+Blue) = 162+96+87=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A26057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26057 is #5D9FA8. Grayscale: #727272. Windows color (decimal): -6135721 or 5726370. OLE color: 5726370.

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

Color convert

RGB1629687-
CMYK00.410.460.36
HSL7.2º30.12%48.82%-
HSV(B)7.2º46.3%63.53%-
XYZ20.816.7411.15-
YUV114.71112.37161.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 87 (34.38% from 255) = 25.22%
R=46.96%
G=27.83%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162968700.410.460.367.230.1248.82
HexA260570292E2471e31
Octal242140127051564473661
Binary1010001011000001010111010100110111010010011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26057; }

 p { color: rgb(162,96,87); }

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

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

 a { background-color: rgb(162,96,87); }

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

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

 span { border-color: rgb(162,96,87); }

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