Html Css Color HEX #AD8596 Bouquet

📋 copy color: '#AD8596'

red 173 ◦ green 133 ◦ blue 150

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

Shades of Bouquet #AD8596

Tints of Bouquet #AD8596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.17%

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

R = 37.94%
G = 29.17%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD8596 (or 0xAD8596) is known color: Bouquet. HEX triplet: AD, 85 and 96. RGB value is (173,133,150). Sum of RGB (Red+Green+Blue) = 173+133+150=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8596 is #527A69. Grayscale: #929292. Windows color (decimal): -5405290 or 9864621. OLE color: 9864621.

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

Color convert

RGB 173 133 150 -
CMYK 0 0.23 0.13 0.32
HSL 334.5º 0.2% 0.6% -
HSV(B) 334.5º 0.23% 0.68% -
XYZ 31.13 27.86 32.59 -
YUV 146.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 173 133 150 0 0.23 0.13 0.32 334.5 0.2 0.6
Hex AD 85 96 0 17 D 20 14E 14 3C
Octal 255 205 226 0 27 15 40 516 24 74
Binary 10101101 10000101 10010110 0 10111 1101 100000 101001110 10100 111100

Color Harmonies of #AD8596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8596

Black with #AD8596

Text Example


Text Example

White with #AD8596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8596; }

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

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

background-color css

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

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

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

border-color css

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

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

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