Html Css Color HEX #AD7595 Bouquet

📋 copy color: '#AD7595'

red 173 ◦ green 117 ◦ blue 149

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

Shades of Bouquet #AD7595

Tints of Bouquet #AD7595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.65%

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

R = 39.41%
G = 26.65%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD7595 (or 0xAD7595) is known color: Bouquet. HEX triplet: AD, 75 and 95. RGB value is (173,117,149). Sum of RGB (Red+Green+Blue) = 173+117+149=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7595 is #528A6A. Grayscale: #898989. Windows color (decimal): -5409387 or 9794989. OLE color: 9794989.

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

Color convert

RGB 173 117 149 -
CMYK 0 0.32 0.14 0.32
HSL 325.71º 0.25% 0.57% -
HSV(B) 325.71º 0.32% 0.68% -
XYZ 29.02 23.78 31.49 -
YUV 137.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 173 117 149 0 0.32 0.14 0.32 325.71 0.25 0.57
Hex AD 75 95 0 20 E 20 146 19 39
Octal 255 165 225 0 40 16 40 506 31 71
Binary 10101101 1110101 10010101 0 100000 1110 100000 101000110 11001 111001

Color Harmonies of #AD7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7595

Black with #AD7595

Text Example


Text Example

White with #AD7595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7595; }

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

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

background-color css

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

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

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

border-color css

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

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

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