Html Css Color HEX #AD8494 Bouquet

📋 copy color: '#AD8494'

red 173 ◦ green 132 ◦ blue 148

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

Shades of Bouquet #AD8494

Tints of Bouquet #AD8494

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.14%

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

R = 38.19%
G = 29.14%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD8494 (or 0xAD8494) is known color: Bouquet. HEX triplet: AD, 84 and 94. RGB value is (173,132,148). Sum of RGB (Red+Green+Blue) = 173+132+148=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8494 is #527B6B. Grayscale: #929292. Windows color (decimal): -5405548 or 9733293. OLE color: 9733293.

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

Color convert

RGB 173 132 148 -
CMYK 0 0.24 0.14 0.32
HSL 336.59º 0.2% 0.6% -
HSV(B) 336.59º 0.24% 0.68% -
XYZ 30.83 27.52 31.7 -
YUV 146.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 173 132 148 0 0.24 0.14 0.32 336.59 0.2 0.6
Hex AD 84 94 0 18 E 20 151 14 3C
Octal 255 204 224 0 30 16 40 521 24 74
Binary 10101101 10000100 10010100 0 11000 1110 100000 101010001 10100 111100

Color Harmonies of #AD8494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8494

Black with #AD8494

Text Example


Text Example

White with #AD8494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8494; }

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

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

background-color css

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

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

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

border-color css

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

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

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