#A26157

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

Shades of Au Chico #A26157

Tints of Au Chico #A26157

Color information

#A26157 (or 0xA26157) is unknown color: approx Au Chico. HEX triplet: A2, 61 and 57. RGB value is (162,97,87). Sum of RGB (Red+Green+Blue) = 162+97+87=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A26157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26157 is #5D9EA8. Grayscale: #737373. Windows color (decimal): -6135465 or 5726626. OLE color: 5726626.

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

Color convert

RGB1629787-
CMYK00.400.460.36
HSL30.12%48.82%-
HSV(B)46.3%63.53%-
XYZ20.916.9211.18-
YUV115.3112.03161.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=46.82%
G=28.03%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162978700.400.460.36830.1248.82
HexA261570282E2481e31
Octal2421411270505644103661
Binary10100010110000110101110101000101110100100100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26157; }

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

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

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

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

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

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

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

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