Html Css Color HEX #AD8095 Bouquet

📋 copy color: '#AD8095'

red 173 ◦ green 128 ◦ blue 149

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

Shades of Bouquet #AD8095

Tints of Bouquet #AD8095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.11%

R = 38.44%
G = 28.44%
B = 33.11%

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

#AD8095 (or 0xAD8095) is known color: Bouquet. HEX triplet: AD, 80 and 95. RGB value is (173,128,149). Sum of RGB (Red+Green+Blue) = 173+128+149=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8095 is #527F6A. Grayscale: #8F8F8F. Windows color (decimal): -5406571 or 9797805. OLE color: 9797805.

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

Color convert

RGB 173 128 149 -
CMYK 0 0.26 0.14 0.32
HSL 332º 0.22% 0.59% -
HSV(B) 332º 0.26% 0.68% -
XYZ 30.38 26.49 31.95 -
YUV 143.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 173 128 149 0 0.26 0.14 0.32 332 0.22 0.59
Hex AD 80 95 0 1A E 20 14C 16 3B
Octal 255 200 225 0 32 16 40 514 26 73
Binary 10101101 10000000 10010101 0 11010 1110 100000 101001100 10110 111011

Color Harmonies of #AD8095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8095

Black with #AD8095

Text Example


Text Example

White with #AD8095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8095; }

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

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

background-color css

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

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

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

border-color css

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

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

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