#A48F9C

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

Shades of Bouquet #A48F9C

Tints of Bouquet #A48F9C

Color information

#A48F9C (or 0xA48F9C) is unknown color: approx Bouquet. HEX triplet: A4, 8F and 9C. RGB value is (164,143,156). Sum of RGB (Red+Green+Blue) = 164+143+156=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48F9C is #5B7063. Grayscale: #969696. Windows color (decimal): -5992548 or 10260388. OLE color: 10260388.

HSL color Cylindrical-coordinate representation of color #A48F9C: hue angle of 322.86º degrees, saturation: 0.1, 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 #A48F9C is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB164143156-
CMYK00.130.050.36
HSL322.86º10.34%60.2%-
HSV(B)322.86º12.8%64.31%-
XYZ31.1329.9435.59-
YUV150.76130.96137.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=35.42%
G=30.89%
B=33.69%

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
Decimal16414315600.130.050.36322.8610.3460.2
HexA48F9C0D524143a3c
Octal2442172340155445031274
Binary101001001000111110011100011011011001001010000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F9C; }

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

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

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

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

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

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

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

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