Html Css Color HEX #AD7A91 Bouquet

📋 copy color: '#AD7A91'

red 173 ◦ green 122 ◦ blue 145

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

Shades of Bouquet #AD7A91

Tints of Bouquet #AD7A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.95%

R = 39.32%
G = 27.73%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD7A91 (or 0xAD7A91) is known color: Bouquet. HEX triplet: AD, 7A and 91. RGB value is (173,122,145). Sum of RGB (Red+Green+Blue) = 173+122+145=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7A91 is #52856E. Grayscale: #8B8B8B. Windows color (decimal): -5408111 or 9534125. OLE color: 9534125.

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

Color convert

RGB 173 122 145 -
CMYK 0 0.29 0.16 0.32
HSL 332.94º 0.24% 0.58% -
HSV(B) 332.94º 0.29% 0.68% -
XYZ 29.3 24.85 30.04 -
YUV 139.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 173 122 145 0 0.29 0.16 0.32 332.94 0.24 0.58
Hex AD 7A 91 0 1D 10 20 14D 18 3A
Octal 255 172 221 0 35 20 40 515 30 72
Binary 10101101 1111010 10010001 0 11101 10000 100000 101001101 11000 111010

Color Harmonies of #AD7A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A91

Black with #AD7A91

Text Example


Text Example

White with #AD7A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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