#A48C99

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

Shades of Bouquet #A48C99

Tints of Bouquet #A48C99

Color information

#A48C99 (or 0xA48C99) is unknown color: approx Bouquet. HEX triplet: A4, 8C and 99. RGB value is (164,140,153). Sum of RGB (Red+Green+Blue) = 164+140+153=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48C99 is #5B7366. Grayscale: #949494. Windows color (decimal): -5993319 or 10063012. OLE color: 10063012.

HSL color Cylindrical-coordinate representation of color #A48C99: hue angle of 327.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A48C99 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB164140153-
CMYK00.150.070.36
HSL327.5º11.65%59.61%-
HSV(B)327.5º14.63%64.31%-
XYZ30.4428.9534.12-
YUV148.66130.45138.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 140 (55.08% from 255) = 30.63%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=35.89%
G=30.63%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414015300.150.070.36327.511.6559.61
HexA48C990F724148c3c
Octal2442142310177445101474
Binary101001001000110010011001011111111001001010010001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48C99; }

 p { color: rgb(164,140,153); }

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

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

 a { background-color: rgb(164,140,153); }

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

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

 span { border-color: rgb(164,140,153); }

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