Html Css Color HEX #AD8292 Bouquet

📋 copy color: '#AD8292'

red 173 ◦ green 130 ◦ blue 146

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

Shades of Bouquet #AD8292

Tints of Bouquet #AD8292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.52%

R = 38.53%
G = 28.95%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD8292 (or 0xAD8292) is known color: Bouquet. HEX triplet: AD, 82 and 92. RGB value is (173,130,146). Sum of RGB (Red+Green+Blue) = 173+130+146=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8292 is #527D6D. Grayscale: #909090. Windows color (decimal): -5406062 or 9601709. OLE color: 9601709.

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

Color convert

RGB 173 130 146 -
CMYK 0 0.25 0.16 0.32
HSL 337.67º 0.21% 0.59% -
HSV(B) 337.67º 0.25% 0.68% -
XYZ 30.4 26.92 30.79 -
YUV 144.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 173 130 146 0 0.25 0.16 0.32 337.67 0.21 0.59
Hex AD 82 92 0 19 10 20 152 15 3B
Octal 255 202 222 0 31 20 40 522 25 73
Binary 10101101 10000010 10010010 0 11001 10000 100000 101010010 10101 111011

Color Harmonies of #AD8292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8292

Black with #AD8292

Text Example


Text Example

White with #AD8292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8292; }

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

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

background-color css

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

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

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

border-color css

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

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

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