#A26352

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

Shades of Au Chico #A26352

Tints of Au Chico #A26352

Color information

#A26352 (or 0xA26352) is unknown color: approx Au Chico. HEX triplet: A2, 63 and 52. RGB value is (162,99,82). Sum of RGB (Red+Green+Blue) = 162+99+82=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A26352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26352 is #5D9CAD. Grayscale: #747474. Windows color (decimal): -6134958 or 5399458. OLE color: 5399458.

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

Color convert

RGB1629982-
CMYK00.390.490.36
HSL12.75º32.79%47.84%-
HSV(B)12.75º49.38%63.53%-
XYZ20.8917.2110.2-
YUV115.9108.87160.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=47.23%
G=28.86%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162998200.390.490.3612.7532.7947.84
HexA263520273124d2130
Octal2421431220476144154160
Binary101000101100011101001001001111100011001001101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26352; }

 p { color: rgb(162,99,82); }

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

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

 a { background-color: rgb(162,99,82); }

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

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

 span { border-color: rgb(162,99,82); }

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