#A48A96

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

Shades of Bouquet #A48A96

Tints of Bouquet #A48A96

Color information

#A48A96 (or 0xA48A96) is unknown color: approx Bouquet. HEX triplet: A4, 8A and 96. RGB value is (164,138,150). Sum of RGB (Red+Green+Blue) = 164+138+150=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A96 is #5B7569. Grayscale: #939393. Windows color (decimal): -5993834 or 9865892. OLE color: 9865892.

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

Color convert

RGB164138150-
CMYK00.160.090.36
HSL332.31º12.5%59.22%-
HSV(B)332.31º15.85%64.31%-
XYZ29.928.2732.74-
YUV147.14129.61140.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.28%
GREEN value IS 138 (54.30% from 255) = 30.53%
BLUE value IS 150 (58.98% from 255) = 33.19%
R=36.28%
G=30.53%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413815000.160.090.36332.3112.559.22
HexA48A9601092414cc3b
Octal24421222602011445141473
Binary10100100100010101001011001000010011001001010011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A96; }

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

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

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

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

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

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

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

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