Html Css Color HEX #AD7F96 Bouquet

📋 copy color: '#AD7F96'

red 173 ◦ green 127 ◦ blue 150

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

Shades of Bouquet #AD7F96

Tints of Bouquet #AD7F96

RGB

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

 GREEN value IS 127 (50% from 255) = 28.22%

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

R = 38.44%
G = 28.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD7F96 (or 0xAD7F96) is known color: Bouquet. HEX triplet: AD, 7F and 96. RGB value is (173,127,150). Sum of RGB (Red+Green+Blue) = 173+127+150=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7F96 is #528069. Grayscale: #8F8F8F. Windows color (decimal): -5406826 or 9863085. OLE color: 9863085.

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

Color convert

RGB 173 127 150 -
CMYK 0 0.27 0.13 0.32
HSL 330º 0.22% 0.59% -
HSV(B) 330º 0.27% 0.68% -
XYZ 30.33 26.26 32.33 -
YUV 143.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 173 127 150 0 0.27 0.13 0.32 330 0.22 0.59
Hex AD 7F 96 0 1B D 20 14A 16 3B
Octal 255 177 226 0 33 15 40 512 26 73
Binary 10101101 1111111 10010110 0 11011 1101 100000 101001010 10110 111011

Color Harmonies of #AD7F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F96

Black with #AD7F96

Text Example


Text Example

White with #AD7F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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