Html Css Color HEX #AD7696 Bouquet

📋 copy color: '#AD7696'

red 173 ◦ green 118 ◦ blue 150

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

Shades of Bouquet #AD7696

Tints of Bouquet #AD7696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.76%

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

R = 39.23%
G = 26.76%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD7696 (or 0xAD7696) is known color: Bouquet. HEX triplet: AD, 76 and 96. RGB value is (173,118,150). Sum of RGB (Red+Green+Blue) = 173+118+150=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7696 is #528969. Grayscale: #8A8A8A. Windows color (decimal): -5409130 or 9860781. OLE color: 9860781.

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

Color convert

RGB 173 118 150 -
CMYK 0 0.32 0.13 0.32
HSL 325.09º 0.25% 0.57% -
HSV(B) 325.09º 0.32% 0.68% -
XYZ 29.22 24.04 31.96 -
YUV 138.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 173 118 150 0 0.32 0.13 0.32 325.09 0.25 0.57
Hex AD 76 96 0 20 D 20 145 19 39
Octal 255 166 226 0 40 15 40 505 31 71
Binary 10101101 1110110 10010110 0 100000 1101 100000 101000101 11001 111001

Color Harmonies of #AD7696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7696

Black with #AD7696

Text Example


Text Example

White with #AD7696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7696; }

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

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

background-color css

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

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

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

border-color css

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

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

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