Html Css Color HEX #AD8595 Bouquet

📋 copy color: '#AD8595'

red 173 ◦ green 133 ◦ blue 149

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

Shades of Bouquet #AD8595

Tints of Bouquet #AD8595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.23%

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

R = 38.02%
G = 29.23%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD8595 (or 0xAD8595) is known color: Bouquet. HEX triplet: AD, 85 and 95. RGB value is (173,133,149). Sum of RGB (Red+Green+Blue) = 173+133+149=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8595 is #527A6A. Grayscale: #929292. Windows color (decimal): -5405291 or 9799085. OLE color: 9799085.

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

Color convert

RGB 173 133 149 -
CMYK 0 0.23 0.14 0.32
HSL 336º 0.2% 0.6% -
HSV(B) 336º 0.23% 0.68% -
XYZ 31.05 27.83 32.17 -
YUV 146.78 129.25 146.7 -
System Red Green Blue C M Y K H S L
Decimal 173 133 149 0 0.23 0.14 0.32 336 0.2 0.6
Hex AD 85 95 0 17 E 20 150 14 3C
Octal 255 205 225 0 27 16 40 520 24 74
Binary 10101101 10000101 10010101 0 10111 1110 100000 101010000 10100 111100

Color Harmonies of #AD8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8595

Black with #AD8595

Text Example


Text Example

White with #AD8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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