#A36354

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

Shades of Au Chico #A36354

Tints of Au Chico #A36354

Color information

#A36354 (or 0xA36354) is unknown color: approx Au Chico. HEX triplet: A3, 63 and 54. RGB value is (163,99,84). Sum of RGB (Red+Green+Blue) = 163+99+84=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A36354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36354 is #5C9CAB. Grayscale: #747474. Windows color (decimal): -6069420 or 5530531. OLE color: 5530531.

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

Color convert

RGB1639984-
CMYK00.390.480.36
HSL11.39º31.98%48.43%-
HSV(B)11.39º48.47%63.92%-
XYZ21.1717.3510.62-
YUV116.43109.7161.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=47.11%
G=28.61%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163998400.390.480.3611.3931.9848.43
HexA363540273024b2030
Octal2431431240476044134060
Binary101000111100011101010001001111100001001001011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36354; }

 p { color: rgb(163,99,84); }

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

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

 a { background-color: rgb(163,99,84); }

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

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

 span { border-color: rgb(163,99,84); }

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