Html Css Color HEX #AD869F Bouquet

📋 copy color: '#AD869F'

red 173 ◦ green 134 ◦ blue 159

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

Shades of Bouquet #AD869F

Tints of Bouquet #AD869F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.76%

 BLUE value IS 159 (62.5% from 255) = 34.12%

R = 37.12%
G = 28.76%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD869F (or 0xAD869F) is known color: Bouquet. HEX triplet: AD, 86 and 9F. RGB value is (173,134,159). Sum of RGB (Red+Green+Blue) = 173+134+159=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD869F is #527960. Grayscale: #949494. Windows color (decimal): -5405025 or 10454701. OLE color: 10454701.

HSL color Cylindrical-coordinate representation of color #AD869F: hue angle of 321.54º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD869F is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 134 159 -
CMYK 0 0.23 0.08 0.32
HSL 321.54º 0.19% 0.6% -
HSV(B) 321.54º 0.23% 0.68% -
XYZ 32.02 28.44 36.6 -
YUV 148.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 173 134 159 0 0.23 0.08 0.32 321.54 0.19 0.6
Hex AD 86 9F 0 17 8 20 142 13 3C
Octal 255 206 237 0 27 10 40 502 23 74
Binary 10101101 10000110 10011111 0 10111 1000 100000 101000010 10011 111100

Color Harmonies of #AD869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD869F

Black with #AD869F

Text Example


Text Example

White with #AD869F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD869F; }

 p { color: rgb(173,134,159); }

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

background-color css

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

 a { background-color: rgb(173,134,159); }

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

border-color css

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

 span { border-color: rgb(173,134,159); }

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