#A98B98

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

Shades of Bouquet #A98B98

Tints of Bouquet #A98B98

Color information

#A98B98 (or 0xA98B98) is unknown color: approx Bouquet. HEX triplet: A9, 8B and 98. RGB value is (169,139,152). Sum of RGB (Red+Green+Blue) = 169+139+152=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98B98 is #567467. Grayscale: #959595. Windows color (decimal): -5665896 or 9997225. OLE color: 9997225.

HSL color Cylindrical-coordinate representation of color #A98B98: hue angle of 334º 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 #A98B98 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB169139152-
CMYK00.180.100.34
HSL334º14.85%60.39%-
HSV(B)334º17.75%66.27%-
XYZ31.2629.1733.69-
YUV149.45129.44141.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 139 (54.69% from 255) = 30.22%
BLUE value IS 152 (59.77% from 255) = 33.04%
R=36.74%
G=30.22%
B=33.04%

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
Decimal16913915200.180.100.3433414.8560.39
HexA98B98012A2214ef3c
Octal25121323002212425161774
Binary10101001100010111001100001001010101000101010011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98B98; }

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

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

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

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

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

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

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

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