Html Css Color HEX #AD6F96 Bouquet

📋 copy color: '#AD6F96'

red 173 ◦ green 111 ◦ blue 150

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

Shades of Bouquet #AD6F96

Tints of Bouquet #AD6F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.58%

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

R = 39.86%
G = 25.58%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD6F96 (or 0xAD6F96) is known color: Bouquet. HEX triplet: AD, 6F and 96. RGB value is (173,111,150). Sum of RGB (Red+Green+Blue) = 173+111+150=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6F96 is #529069. Grayscale: #858585. Windows color (decimal): -5410922 or 9858989. OLE color: 9858989.

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

Color convert

RGB 173 111 150 -
CMYK 0 0.36 0.13 0.32
HSL 322.26º 0.27% 0.56% -
HSV(B) 322.26º 0.36% 0.68% -
XYZ 28.42 22.46 31.69 -
YUV 133.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 173 111 150 0 0.36 0.13 0.32 322.26 0.27 0.56
Hex AD 6F 96 0 24 D 20 142 1B 38
Octal 255 157 226 0 44 15 40 502 33 70
Binary 10101101 1101111 10010110 0 100100 1101 100000 101000010 11011 111000

Color Harmonies of #AD6F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F96

Black with #AD6F96

Text Example


Text Example

White with #AD6F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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