Html Css Color HEX #AD8293 Bouquet

📋 copy color: '#AD8293'

red 173 ◦ green 130 ◦ blue 147

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

Shades of Bouquet #AD8293

Tints of Bouquet #AD8293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.67%

R = 38.44%
G = 28.89%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AD8293 (or 0xAD8293) is known color: Bouquet. HEX triplet: AD, 82 and 93. RGB value is (173,130,147). Sum of RGB (Red+Green+Blue) = 173+130+147=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8293 is #527D6C. Grayscale: #909090. Windows color (decimal): -5406061 or 9667245. OLE color: 9667245.

HSL color Cylindrical-coordinate representation of color #AD8293: hue angle of 336.28º 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 #AD8293 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 130 147 -
CMYK 0 0.25 0.15 0.32
HSL 336.28º 0.21% 0.59% -
HSV(B) 336.28º 0.25% 0.68% -
XYZ 30.48 26.96 31.2 -
YUV 144.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 173 130 147 0 0.25 0.15 0.32 336.28 0.21 0.59
Hex AD 82 93 0 19 F 20 150 15 3B
Octal 255 202 223 0 31 17 40 520 25 73
Binary 10101101 10000010 10010011 0 11001 1111 100000 101010000 10101 111011

Color Harmonies of #AD8293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8293

Black with #AD8293

Text Example


Text Example

White with #AD8293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8293; }

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

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

background-color css

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

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

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

border-color css

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

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

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