Html Css Color HEX #AD8294 Bouquet

📋 copy color: '#AD8294'

red 173 ◦ green 130 ◦ blue 148

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

Shades of Bouquet #AD8294

Tints of Bouquet #AD8294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.82%

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

R = 38.36%
G = 28.82%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD8294 (or 0xAD8294) is known color: Bouquet. HEX triplet: AD, 82 and 94. RGB value is (173,130,148). Sum of RGB (Red+Green+Blue) = 173+130+148=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8294 is #527D6B. Grayscale: #909090. Windows color (decimal): -5406060 or 9732781. OLE color: 9732781.

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

Color convert

RGB 173 130 148 -
CMYK 0 0.25 0.14 0.32
HSL 334.88º 0.21% 0.59% -
HSV(B) 334.88º 0.25% 0.68% -
XYZ 30.56 26.99 31.62 -
YUV 144.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 173 130 148 0 0.25 0.14 0.32 334.88 0.21 0.59
Hex AD 82 94 0 19 E 20 14F 15 3B
Octal 255 202 224 0 31 16 40 517 25 73
Binary 10101101 10000010 10010100 0 11001 1110 100000 101001111 10101 111011

Color Harmonies of #AD8294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8294

Black with #AD8294

Text Example


Text Example

White with #AD8294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8294; }

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

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

background-color css

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

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

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

border-color css

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

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

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