Html Css Color HEX #AD8097 Bouquet

📋 copy color: '#AD8097'

red 173 ◦ green 128 ◦ blue 151

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

Shades of Bouquet #AD8097

Tints of Bouquet #AD8097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.32%

 BLUE value IS 151 (59.38% from 255) = 33.41%

R = 38.27%
G = 28.32%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD8097 (or 0xAD8097) is known color: Bouquet. HEX triplet: AD, 80 and 97. RGB value is (173,128,151). Sum of RGB (Red+Green+Blue) = 173+128+151=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8097 is #527F68. Grayscale: #909090. Windows color (decimal): -5406569 or 9928877. OLE color: 9928877.

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

Color convert

RGB 173 128 151 -
CMYK 0 0.26 0.13 0.32
HSL 329.33º 0.22% 0.59% -
HSV(B) 329.33º 0.26% 0.68% -
XYZ 30.54 26.56 32.79 -
YUV 144.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 173 128 151 0 0.26 0.13 0.32 329.33 0.22 0.59
Hex AD 80 97 0 1A D 20 149 16 3B
Octal 255 200 227 0 32 15 40 511 26 73
Binary 10101101 10000000 10010111 0 11010 1101 100000 101001001 10110 111011

Color Harmonies of #AD8097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8097

Black with #AD8097

Text Example


Text Example

White with #AD8097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8097; }

 p { color: rgb(173,128,151); }

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

background-color css

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

 a { background-color: rgb(173,128,151); }

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

border-color css

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

 span { border-color: rgb(173,128,151); }

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