#A38896

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

Shades of Bouquet #A38896

Tints of Bouquet #A38896

Color information

#A38896 (or 0xA38896) is unknown color: approx Bouquet. HEX triplet: A3, 88 and 96. RGB value is (163,136,150). Sum of RGB (Red+Green+Blue) = 163+136+150=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A38896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38896 is #5C7769. Grayscale: #919191. Windows color (decimal): -6059882 or 9865379. OLE color: 9865379.

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

Color convert

RGB163136150-
CMYK00.170.080.36
HSL328.89º12.8%58.63%-
HSV(B)328.89º16.56%63.92%-
XYZ29.4127.632.63-
YUV145.67130.45140.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 136 (53.52% from 255) = 30.29%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=36.30%
G=30.29%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313615000.170.080.36328.8912.858.63
HexA38896011824149d3b
Octal24321022602110445111573
Binary10100011100010001001011001000110001001001010010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38896; }

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

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

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

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

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

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

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

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