#A48E9C

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

Shades of Bouquet #A48E9C

Tints of Bouquet #A48E9C

Color information

#A48E9C (or 0xA48E9C) is unknown color: approx Bouquet. HEX triplet: A4, 8E and 9C. RGB value is (164,142,156). Sum of RGB (Red+Green+Blue) = 164+142+156=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48E9C is #5B7163. Grayscale: #969696. Windows color (decimal): -5992804 or 10260132. OLE color: 10260132.

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

Color convert

RGB164142156-
CMYK00.130.050.36
HSL321.82º10.78%60%-
HSV(B)321.82º13.41%64.31%-
XYZ30.9829.6435.54-
YUV150.17131.29137.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 142 (55.86% from 255) = 30.74%
BLUE value IS 156 (61.33% from 255) = 33.77%
R=35.50%
G=30.74%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414215600.130.050.36321.8210.7860
HexA48E9C0D524142b3c
Octal2442162340155445021374
Binary101001001000111010011100011011011001001010000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E9C; }

 p { color: rgb(164,142,156); }

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

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

 a { background-color: rgb(164,142,156); }

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

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

 span { border-color: rgb(164,142,156); }

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