Html Css Color HEX #AD7796 Bouquet

📋 copy color: '#AD7796'

red 173 ◦ green 119 ◦ blue 150

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

Shades of Bouquet #AD7796

Tints of Bouquet #AD7796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.92%

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

R = 39.14%
G = 26.92%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD7796 (or 0xAD7796) is known color: Bouquet. HEX triplet: AD, 77 and 96. RGB value is (173,119,150). Sum of RGB (Red+Green+Blue) = 173+119+150=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7796 is #528869. Grayscale: #8A8A8A. Windows color (decimal): -5408874 or 9861037. OLE color: 9861037.

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

Color convert

RGB 173 119 150 -
CMYK 0 0.31 0.13 0.32
HSL 325.56º 0.25% 0.57% -
HSV(B) 325.56º 0.31% 0.68% -
XYZ 29.34 24.28 31.99 -
YUV 138.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 173 119 150 0 0.31 0.13 0.32 325.56 0.25 0.57
Hex AD 77 96 0 1F D 20 146 19 39
Octal 255 167 226 0 37 15 40 506 31 71
Binary 10101101 1110111 10010110 0 11111 1101 100000 101000110 11001 111001

Color Harmonies of #AD7796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7796

Black with #AD7796

Text Example


Text Example

White with #AD7796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7796; }

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

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

background-color css

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

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

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

border-color css

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

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

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