#A36453

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

Shades of Au Chico #A36453

Tints of Au Chico #A36453

Color information

#A36453 (or 0xA36453) is unknown color: approx Au Chico. HEX triplet: A3, 64 and 53. RGB value is (163,100,83). Sum of RGB (Red+Green+Blue) = 163+100+83=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A36453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36453 is #5C9BAC. Grayscale: #757575. Windows color (decimal): -6069165 or 5465251. OLE color: 5465251.

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

Color convert

RGB16310083-
CMYK00.390.490.36
HSL12.75º32.52%48.24%-
HSV(B)12.75º49.08%63.92%-
XYZ21.2217.5310.45-
YUV116.9108.87160.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 83 (32.81% from 255) = 23.99%
R=47.11%
G=28.90%
B=23.99%

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
Decimal1631008300.390.490.3612.7532.5248.24
HexA364530273124d2130
Octal2431441230476144154160
Binary101000111100100101001101001111100011001001101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36453; }

 p { color: rgb(163,100,83); }

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

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

 a { background-color: rgb(163,100,83); }

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

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

 span { border-color: rgb(163,100,83); }

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