#AD8298

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

Shades of Bouquet #AD8298

Tints of Bouquet #AD8298

Color information

#AD8298 (or 0xAD8298) is unknown color: approx Bouquet. HEX triplet: AD, 82 and 98. RGB value is (173,130,152). Sum of RGB (Red+Green+Blue) = 173+130+152=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8298 is #527D67. Grayscale: #919191. Windows color (decimal): -5406056 or 9994925. OLE color: 9994925.

HSL color Cylindrical-coordinate representation of color #AD8298: hue angle of 329.3º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD8298 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB173130152-
CMYK00.250.120.32
HSL329.3º20.77%59.41%-
HSV(B)329.3º24.86%67.84%-
XYZ30.8827.1233.31-
YUV145.36131.75147.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=38.02%
G=28.57%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313015200.250.120.32329.320.7759.41
HexAD8298019C20149153b
Octal25520223003114405112573
Binary101011011000001010011000011001110010000010100100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8298; }

 p { color: rgb(173,130,152); }

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

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

 a { background-color: rgb(173,130,152); }

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

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

 span { border-color: rgb(173,130,152); }

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