#A48A98

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

Shades of Bouquet #A48A98

Tints of Bouquet #A48A98

Color information

#A48A98 (or 0xA48A98) is unknown color: approx Bouquet. HEX triplet: A4, 8A and 98. RGB value is (164,138,152). Sum of RGB (Red+Green+Blue) = 164+138+152=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A98 is #5B7567. Grayscale: #939393. Windows color (decimal): -5993832 or 9996964. OLE color: 9996964.

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

Color convert

RGB164138152-
CMYK00.160.070.36
HSL327.69º12.5%59.22%-
HSV(B)327.69º15.85%64.31%-
XYZ30.0728.3433.59-
YUV147.37130.61139.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.12%
GREEN value IS 138 (54.30% from 255) = 30.40%
BLUE value IS 152 (59.77% from 255) = 33.48%
R=36.12%
G=30.40%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413815200.160.070.36327.6912.559.22
HexA48A98010724148c3b
Octal2442122300207445101473
Binary1010010010001010100110000100001111001001010010001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A98; }

 p { color: rgb(164,138,152); }

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

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

 a { background-color: rgb(164,138,152); }

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

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

 span { border-color: rgb(164,138,152); }

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