#A48A97

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

Shades of Bouquet #A48A97

Tints of Bouquet #A48A97

Color information

#A48A97 (or 0xA48A97) is unknown color: approx Bouquet. HEX triplet: A4, 8A and 97. RGB value is (164,138,151). Sum of RGB (Red+Green+Blue) = 164+138+151=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A97 is #5B7568. Grayscale: #939393. Windows color (decimal): -5993833 or 9931428. OLE color: 9931428.

HSL color Cylindrical-coordinate representation of color #A48A97: hue angle of 330º 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 #A48A97 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB164138151-
CMYK00.160.080.36
HSL330º12.5%59.22%-
HSV(B)330º15.85%64.31%-
XYZ29.9828.333.16-
YUV147.26130.11139.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.20%
GREEN value IS 138 (54.30% from 255) = 30.46%
BLUE value IS 151 (59.38% from 255) = 33.33%
R=36.20%
G=30.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413815100.160.080.3633012.559.22
HexA48A9701082414ac3b
Octal24421222702010445121473
Binary10100100100010101001011101000010001001001010010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A97; }

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

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

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

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

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

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

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

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