Html Css Color HEX #AD8299 Bouquet

📋 copy color: '#AD8299'

red 173 ◦ green 130 ◦ blue 153

#AD8299
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #AD8299

Tints of Bouquet #AD8299

RGB

 RED value IS 173 (67.97% from 255) = 37.94%

 GREEN value IS 130 (51.17% from 255) = 28.51%

 BLUE value IS 153 (60.16% from 255) = 33.55%

R = 37.94%
G = 28.51%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD8299 (or 0xAD8299) is known color: Bouquet. HEX triplet: AD, 82 and 99. RGB value is (173,130,153). Sum of RGB (Red+Green+Blue) = 173+130+153=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8299 is #527D66. Grayscale: #919191. Windows color (decimal): -5406055 or 10060461. OLE color: 10060461.

HSL color Cylindrical-coordinate representation of color #AD8299: hue angle of 327.91º 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 #AD8299 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 130 153 -
CMYK 0 0.25 0.12 0.32
HSL 327.91º 0.21% 0.59% -
HSV(B) 327.91º 0.25% 0.68% -
XYZ 30.97 27.15 33.75 -
YUV 145.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 173 130 153 0 0.25 0.12 0.32 327.91 0.21 0.59
Hex AD 82 99 0 19 C 20 148 15 3B
Octal 255 202 231 0 31 14 40 510 25 73
Binary 10101101 10000010 10011001 0 11001 1100 100000 101001000 10101 111011

Color Harmonies of #AD8299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8299

Black with #AD8299

Text Example


Text Example

White with #AD8299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8299; }

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

 H1.HeaderClassName
 {
   color: #AD8299;
 }
 .AnyTagClassName
 {
   color: #AD8299;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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