Html Css Color HEX #AD7A92 Bouquet

📋 copy color: '#AD7A92'

red 173 ◦ green 122 ◦ blue 146

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

Shades of Bouquet #AD7A92

Tints of Bouquet #AD7A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.11%

R = 39.23%
G = 27.66%
B = 33.11%

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

#AD7A92 (or 0xAD7A92) is known color: Bouquet. HEX triplet: AD, 7A and 92. RGB value is (173,122,146). Sum of RGB (Red+Green+Blue) = 173+122+146=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7A92 is #52856D. Grayscale: #8B8B8B. Windows color (decimal): -5408110 or 9599661. OLE color: 9599661.

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

Color convert

RGB 173 122 146 -
CMYK 0 0.29 0.16 0.32
HSL 331.76º 0.24% 0.58% -
HSV(B) 331.76º 0.29% 0.68% -
XYZ 29.38 24.88 30.45 -
YUV 139.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 173 122 146 0 0.29 0.16 0.32 331.76 0.24 0.58
Hex AD 7A 92 0 1D 10 20 14C 18 3A
Octal 255 172 222 0 35 20 40 514 30 72
Binary 10101101 1111010 10010010 0 11101 10000 100000 101001100 11000 111010

Color Harmonies of #AD7A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A92

Black with #AD7A92

Text Example


Text Example

White with #AD7A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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