Html Css Color HEX #AD859C Bouquet

📋 copy color: '#AD859C'

red 173 ◦ green 133 ◦ blue 156

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

Shades of Bouquet #AD859C

Tints of Bouquet #AD859C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.79%

 BLUE value IS 156 (61.33% from 255) = 33.77%

R = 37.45%
G = 28.79%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD859C (or 0xAD859C) is known color: Bouquet. HEX triplet: AD, 85 and 9C. RGB value is (173,133,156). Sum of RGB (Red+Green+Blue) = 173+133+156=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 173 - color contains mainly: red. Hex color #AD859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD859C is #527A63. Grayscale: #939393. Windows color (decimal): -5405284 or 10257837. OLE color: 10257837.

HSL color Cylindrical-coordinate representation of color #AD859C: hue angle of 325.5º degrees, saturation: 0.2, 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 #AD859C is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 133 156 -
CMYK 0 0.23 0.10 0.32
HSL 325.5º 0.2% 0.6% -
HSV(B) 325.5º 0.23% 0.68% -
XYZ 31.62 28.06 35.2 -
YUV 147.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 173 133 156 0 0.23 0.10 0.32 325.5 0.2 0.6
Hex AD 85 9C 0 17 A 20 146 14 3C
Octal 255 205 234 0 27 12 40 506 24 74
Binary 10101101 10000101 10011100 0 10111 1010 100000 101000110 10100 111100

Color Harmonies of #AD859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD859C

Black with #AD859C

Text Example


Text Example

White with #AD859C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD859C; }

 p { color: rgb(173,133,156); }

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

background-color css

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

 a { background-color: rgb(173,133,156); }

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

border-color css

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

 span { border-color: rgb(173,133,156); }

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