Html Css Color HEX #AD8094 Bouquet

📋 copy color: '#AD8094'

red 173 ◦ green 128 ◦ blue 148

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

Shades of Bouquet #AD8094

Tints of Bouquet #AD8094

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.51%

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

R = 38.53%
G = 28.51%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD8094 (or 0xAD8094) is known color: Bouquet. HEX triplet: AD, 80 and 94. RGB value is (173,128,148). Sum of RGB (Red+Green+Blue) = 173+128+148=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8094 is #527F6B. Grayscale: #8F8F8F. Windows color (decimal): -5406572 or 9732269. OLE color: 9732269.

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

Color convert

RGB 173 128 148 -
CMYK 0 0.26 0.14 0.32
HSL 333.33º 0.22% 0.59% -
HSV(B) 333.33º 0.26% 0.68% -
XYZ 30.3 26.46 31.53 -
YUV 143.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 173 128 148 0 0.26 0.14 0.32 333.33 0.22 0.59
Hex AD 80 94 0 1A E 20 14D 16 3B
Octal 255 200 224 0 32 16 40 515 26 73
Binary 10101101 10000000 10010100 0 11010 1110 100000 101001101 10110 111011

Color Harmonies of #AD8094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8094

Black with #AD8094

Text Example


Text Example

White with #AD8094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8094; }

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

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

background-color css

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

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

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

border-color css

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

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

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