#A38496

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

Shades of Bouquet #A38496

Tints of Bouquet #A38496

Color information

#A38496 (or 0xA38496) is unknown color: approx Bouquet. HEX triplet: A3, 84 and 96. RGB value is (163,132,150). Sum of RGB (Red+Green+Blue) = 163+132+150=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 163 - color contains mainly: red. Hex color #A38496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38496 is #5C7B69. Grayscale: #8F8F8F. Windows color (decimal): -6060906 or 9864355. OLE color: 9864355.

HSL color Cylindrical-coordinate representation of color #A38496: hue angle of 325.16º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A38496 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB163132150-
CMYK00.190.080.36
HSL325.16º14.42%57.84%-
HSV(B)325.16º19.02%63.92%-
XYZ28.8626.4932.45-
YUV143.32131.77142.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 132 (51.95% from 255) = 29.66%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=36.63%
G=29.66%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313215000.190.080.36325.1614.4257.84
HexA38496013824145e3a
Octal24320422602310445051672
Binary10100011100001001001011001001110001001001010001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38496; }

 p { color: rgb(163,132,150); }

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

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

 a { background-color: rgb(163,132,150); }

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

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

 span { border-color: rgb(163,132,150); }

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