Html Css Color HEX #AD8198 Bouquet

📋 copy color: '#AD8198'

red 173 ◦ green 129 ◦ blue 152

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

Shades of Bouquet #AD8198

Tints of Bouquet #AD8198

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.41%

 BLUE value IS 152 (59.77% from 255) = 33.48%

R = 38.11%
G = 28.41%
B = 33.48%

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

#AD8198 (or 0xAD8198) is known color: Bouquet. HEX triplet: AD, 81 and 98. RGB value is (173,129,152). Sum of RGB (Red+Green+Blue) = 173+129+152=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8198 is #527E67. Grayscale: #909090. Windows color (decimal): -5406312 or 9994669. OLE color: 9994669.

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

Color convert

RGB 173 129 152 -
CMYK 0 0.25 0.12 0.32
HSL 328.64º 0.21% 0.59% -
HSV(B) 328.64º 0.25% 0.68% -
XYZ 30.75 26.85 33.27 -
YUV 144.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 173 129 152 0 0.25 0.12 0.32 328.64 0.21 0.59
Hex AD 81 98 0 19 C 20 149 15 3B
Octal 255 201 230 0 31 14 40 511 25 73
Binary 10101101 10000001 10011000 0 11001 1100 100000 101001001 10101 111011

Color Harmonies of #AD8198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8198

Black with #AD8198

Text Example


Text Example

White with #AD8198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8198; }

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

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

background-color css

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

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

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

border-color css

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

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

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