Html Css Color HEX #AD7A99 Bouquet

📋 copy color: '#AD7A99'

red 173 ◦ green 122 ◦ blue 153

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

Shades of Bouquet #AD7A99

Tints of Bouquet #AD7A99

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.23%

 BLUE value IS 153 (60.16% from 255) = 34.15%

R = 38.62%
G = 27.23%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD7A99 (or 0xAD7A99) is known color: Bouquet. HEX triplet: AD, 7A and 99. RGB value is (173,122,153). Sum of RGB (Red+Green+Blue) = 173+122+153=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7A99 is #528566. Grayscale: #8C8C8C. Windows color (decimal): -5408103 or 10058413. OLE color: 10058413.

HSL color Cylindrical-coordinate representation of color #AD7A99: hue angle of 323.53º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7A99 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 122 153 -
CMYK 0 0.29 0.12 0.32
HSL 323.53º 0.24% 0.58% -
HSV(B) 323.53º 0.29% 0.68% -
XYZ 29.94 25.1 33.4 -
YUV 140.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 173 122 153 0 0.29 0.12 0.32 323.53 0.24 0.58
Hex AD 7A 99 0 1D C 20 144 18 3A
Octal 255 172 231 0 35 14 40 504 30 72
Binary 10101101 1111010 10011001 0 11101 1100 100000 101000100 11000 111010

Color Harmonies of #AD7A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A99

Black with #AD7A99

Text Example


Text Example

White with #AD7A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A99; }

 p { color: rgb(173,122,153); }

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

background-color css

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

 a { background-color: rgb(173,122,153); }

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

border-color css

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

 span { border-color: rgb(173,122,153); }

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