#A36052

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

Shades of Au Chico #A36052

Tints of Au Chico #A36052

Color information

#A36052 (or 0xA36052) is unknown color: approx Au Chico. HEX triplet: A3, 60 and 52. RGB value is (163,96,82). Sum of RGB (Red+Green+Blue) = 163+96+82=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A36052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36052 is #5C9FAD. Grayscale: #727272. Windows color (decimal): -6070190 or 5398691. OLE color: 5398691.

HSL color Cylindrical-coordinate representation of color #A36052: hue angle of 10.37º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A36052 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB1639682-
CMYK00.410.500.36
HSL10.37º33.06%48.04%-
HSV(B)10.37º49.69%63.92%-
XYZ20.8116.7610.12-
YUV114.44109.7162.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.80%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=47.80%
G=28.15%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163968200.410.500.3610.3733.0648.04
HexA360520293224a2130
Octal2431401220516244124160
Binary101000111100000101001001010011100101001001010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36052; }

 p { color: rgb(163,96,82); }

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

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

 a { background-color: rgb(163,96,82); }

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

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

 span { border-color: rgb(163,96,82); }

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