Html Css Color HEX #AD8197 Bouquet

📋 copy color: '#AD8197'

red 173 ◦ green 129 ◦ blue 151

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

Shades of Bouquet #AD8197

Tints of Bouquet #AD8197

RGB

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

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

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

R = 38.19%
G = 28.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD8197 (or 0xAD8197) is known color: Bouquet. HEX triplet: AD, 81 and 97. RGB value is (173,129,151). Sum of RGB (Red+Green+Blue) = 173+129+151=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8197 is #527E68. Grayscale: #909090. Windows color (decimal): -5406313 or 9929133. OLE color: 9929133.

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

Color convert

RGB 173 129 151 -
CMYK 0 0.25 0.13 0.32
HSL 330º 0.21% 0.59% -
HSV(B) 330º 0.25% 0.68% -
XYZ 30.67 26.82 32.84 -
YUV 144.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 173 129 151 0 0.25 0.13 0.32 330 0.21 0.59
Hex AD 81 97 0 19 D 20 14A 15 3B
Octal 255 201 227 0 31 15 40 512 25 73
Binary 10101101 10000001 10010111 0 11001 1101 100000 101001010 10101 111011

Color Harmonies of #AD8197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8197

Black with #AD8197

Text Example


Text Example

White with #AD8197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8197; }

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

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

background-color css

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

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

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

border-color css

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

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

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