#A48398

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

Shades of Bouquet #A48398

Tints of Bouquet #A48398

Color information

#A48398 (or 0xA48398) is unknown color: approx Bouquet. HEX triplet: A4, 83 and 98. RGB value is (164,131,152). Sum of RGB (Red+Green+Blue) = 164+131+152=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A48398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48398 is #5B7C67. Grayscale: #8F8F8F. Windows color (decimal): -5995624 or 9995172. OLE color: 9995172.

HSL color Cylindrical-coordinate representation of color #A48398: hue angle of 321.82º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A48398 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB164131152-
CMYK00.200.070.36
HSL321.82º15.35%57.84%-
HSV(B)321.82º20.12%64.31%-
XYZ29.0926.3933.27-
YUV143.26132.93142.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 131 (51.56% from 255) = 29.31%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=36.69%
G=29.31%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413115200.200.070.36321.8215.3557.84
HexA48398014724142f3a
Octal2442032300247445021772
Binary1010010010000011100110000101001111001001010000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48398; }

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

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

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

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

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

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

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

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