Html Css Color HEX #AD7695 Bouquet

📋 copy color: '#AD7695'

red 173 ◦ green 118 ◦ blue 149

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

Shades of Bouquet #AD7695

Tints of Bouquet #AD7695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.86%

R = 39.32%
G = 26.82%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD7695 (or 0xAD7695) is known color: Bouquet. HEX triplet: AD, 76 and 95. RGB value is (173,118,149). Sum of RGB (Red+Green+Blue) = 173+118+149=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7695 is #52896A. Grayscale: #898989. Windows color (decimal): -5409131 or 9795245. OLE color: 9795245.

HSL color Cylindrical-coordinate representation of color #AD7695: hue angle of 326.18º 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 #AD7695 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 118 149 -
CMYK 0 0.32 0.14 0.32
HSL 326.18º 0.25% 0.57% -
HSV(B) 326.18º 0.32% 0.68% -
XYZ 29.14 24.01 31.53 -
YUV 137.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 173 118 149 0 0.32 0.14 0.32 326.18 0.25 0.57
Hex AD 76 95 0 20 E 20 146 19 39
Octal 255 166 225 0 40 16 40 506 31 71
Binary 10101101 1110110 10010101 0 100000 1110 100000 101000110 11001 111001

Color Harmonies of #AD7695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7695

Black with #AD7695

Text Example


Text Example

White with #AD7695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7695; }

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

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

background-color css

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

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

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

border-color css

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

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

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