Html Css Color HEX #AD8297 Bouquet

📋 copy color: '#AD8297'

red 173 ◦ green 130 ◦ blue 151

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

Shades of Bouquet #AD8297

Tints of Bouquet #AD8297

RGB

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

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

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

R = 38.11%
G = 28.63%
B = 33.26%

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

#AD8297 (or 0xAD8297) is known color: Bouquet. HEX triplet: AD, 82 and 97. RGB value is (173,130,151). Sum of RGB (Red+Green+Blue) = 173+130+151=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8297 is #527D68. Grayscale: #919191. Windows color (decimal): -5406057 or 9929389. OLE color: 9929389.

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

Color convert

RGB 173 130 151 -
CMYK 0 0.25 0.13 0.32
HSL 330.7º 0.21% 0.59% -
HSV(B) 330.7º 0.25% 0.68% -
XYZ 30.8 27.08 32.88 -
YUV 145.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 173 130 151 0 0.25 0.13 0.32 330.7 0.21 0.59
Hex AD 82 97 0 19 D 20 14B 15 3B
Octal 255 202 227 0 31 15 40 513 25 73
Binary 10101101 10000010 10010111 0 11001 1101 100000 101001011 10101 111011

Color Harmonies of #AD8297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8297

Black with #AD8297

Text Example


Text Example

White with #AD8297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8297; }

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

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

background-color css

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

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

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

border-color css

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

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

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