#A98A98

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

Shades of Bouquet #A98A98

Tints of Bouquet #A98A98

Color information

#A98A98 (or 0xA98A98) is unknown color: approx Bouquet. HEX triplet: A9, 8A and 98. RGB value is (169,138,152). Sum of RGB (Red+Green+Blue) = 169+138+152=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98A98 is #567567. Grayscale: #949494. Windows color (decimal): -5666152 or 9996969. OLE color: 9996969.

HSL color Cylindrical-coordinate representation of color #A98A98: hue angle of 332.9º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A98A98 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB169138152-
CMYK00.180.100.34
HSL332.9º15.27%60.2%-
HSV(B)332.9º18.34%66.27%-
XYZ31.1228.8833.64-
YUV148.86129.77142.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.82%
GREEN value IS 138 (54.30% from 255) = 30.07%
BLUE value IS 152 (59.77% from 255) = 33.12%
R=36.82%
G=30.07%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913815200.180.100.34332.915.2760.2
HexA98A98012A2214df3c
Octal25121223002212425151774
Binary10101001100010101001100001001010101000101010011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A98; }

 p { color: rgb(169,138,152); }

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

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

 a { background-color: rgb(169,138,152); }

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

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

 span { border-color: rgb(169,138,152); }

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