Html Css Color HEX #AD8594 Bouquet

📋 copy color: '#AD8594'

red 173 ◦ green 133 ◦ blue 148

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

Shades of Bouquet #AD8594

Tints of Bouquet #AD8594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.6%

R = 38.11%
G = 29.3%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD8594 (or 0xAD8594) is known color: Bouquet. HEX triplet: AD, 85 and 94. RGB value is (173,133,148). Sum of RGB (Red+Green+Blue) = 173+133+148=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8594 is #527A6B. Grayscale: #929292. Windows color (decimal): -5405292 or 9733549. OLE color: 9733549.

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

Color convert

RGB 173 133 148 -
CMYK 0 0.23 0.14 0.32
HSL 337.5º 0.2% 0.6% -
HSV(B) 337.5º 0.23% 0.68% -
XYZ 30.97 27.8 31.75 -
YUV 146.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 173 133 148 0 0.23 0.14 0.32 337.5 0.2 0.6
Hex AD 85 94 0 17 E 20 152 14 3C
Octal 255 205 224 0 27 16 40 522 24 74
Binary 10101101 10000101 10010100 0 10111 1110 100000 101010010 10100 111100

Color Harmonies of #AD8594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8594

Black with #AD8594

Text Example


Text Example

White with #AD8594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8594; }

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

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

background-color css

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

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

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

border-color css

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

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

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