Html Css Color HEX #AD6596 Bouquet

📋 copy color: '#AD6596'

red 173 ◦ green 101 ◦ blue 150

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

Shades of Bouquet #AD6596

Tints of Bouquet #AD6596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.82%

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

R = 40.8%
G = 23.82%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD6596 (or 0xAD6596) is known color: Bouquet. HEX triplet: AD, 65 and 96. RGB value is (173,101,150). Sum of RGB (Red+Green+Blue) = 173+101+150=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6596 is #529A69. Grayscale: #7F7F7F. Windows color (decimal): -5413482 or 9856429. OLE color: 9856429.

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

Color convert

RGB 173 101 150 -
CMYK 0 0.42 0.13 0.32
HSL 319.17º 0.31% 0.54% -
HSV(B) 319.17º 0.42% 0.68% -
XYZ 27.39 20.39 31.35 -
YUV 128.11 140.35 160.02 -
System Red Green Blue C M Y K H S L
Decimal 173 101 150 0 0.42 0.13 0.32 319.17 0.31 0.54
Hex AD 65 96 0 2A D 20 13F 1F 36
Octal 255 145 226 0 52 15 40 477 37 66
Binary 10101101 1100101 10010110 0 101010 1101 100000 100111111 11111 110110

Color Harmonies of #AD6596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6596

Black with #AD6596

Text Example


Text Example

White with #AD6596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6596; }

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

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

background-color css

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

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

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

border-color css

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

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

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