#A26053

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

Shades of Au Chico #A26053

Tints of Au Chico #A26053

Color information

#A26053 (or 0xA26053) is unknown color: approx Au Chico. HEX triplet: A2, 60 and 53. RGB value is (162,96,83). Sum of RGB (Red+Green+Blue) = 162+96+83=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A26053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26053 is #5D9FAC. Grayscale: #727272. Windows color (decimal): -6135725 or 5464226. OLE color: 5464226.

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

Color convert

RGB1629683-
CMYK00.410.490.36
HSL9.87º32.24%48.04%-
HSV(B)9.87º48.77%63.53%-
XYZ20.6416.6710.31-
YUV114.25110.37162.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 83 (32.81% from 255) = 24.34%
R=47.51%
G=28.15%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162968300.410.490.369.8732.2448.04
HexA260530293124a2030
Octal2421401230516144124060
Binary101000101100000101001101010011100011001001010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26053; }

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

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

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

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

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

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

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

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