Html Css Color HEX #AD8296 Bouquet

📋 copy color: '#AD8296'

red 173 ◦ green 130 ◦ blue 150

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

Shades of Bouquet #AD8296

Tints of Bouquet #AD8296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.11%

R = 38.19%
G = 28.7%
B = 33.11%

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

#AD8296 (or 0xAD8296) is known color: Bouquet. HEX triplet: AD, 82 and 96. RGB value is (173,130,150). Sum of RGB (Red+Green+Blue) = 173+130+150=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8296 is #527D69. Grayscale: #919191. Windows color (decimal): -5406058 or 9863853. OLE color: 9863853.

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

Color convert

RGB 173 130 150 -
CMYK 0 0.25 0.13 0.32
HSL 332.09º 0.21% 0.59% -
HSV(B) 332.09º 0.25% 0.68% -
XYZ 30.72 27.05 32.46 -
YUV 145.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 173 130 150 0 0.25 0.13 0.32 332.09 0.21 0.59
Hex AD 82 96 0 19 D 20 14C 15 3B
Octal 255 202 226 0 31 15 40 514 25 73
Binary 10101101 10000010 10010110 0 11001 1101 100000 101001100 10101 111011

Color Harmonies of #AD8296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8296

Black with #AD8296

Text Example


Text Example

White with #AD8296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8296; }

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

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

background-color css

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

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

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

border-color css

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

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

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