Html Css Color HEX #AD7F92 Bouquet

📋 copy color: '#AD7F92'

red 173 ◦ green 127 ◦ blue 146

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

Shades of Bouquet #AD7F92

Tints of Bouquet #AD7F92

RGB

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

 GREEN value IS 127 (50% from 255) = 28.48%

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

R = 38.79%
G = 28.48%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD7F92 (or 0xAD7F92) is known color: Bouquet. HEX triplet: AD, 7F and 92. RGB value is (173,127,146). Sum of RGB (Red+Green+Blue) = 173+127+146=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7F92 is #52806D. Grayscale: #8E8E8E. Windows color (decimal): -5406830 or 9600941. OLE color: 9600941.

HSL color Cylindrical-coordinate representation of color #AD7F92: hue angle of 335.22º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD7F92 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 127 146 -
CMYK 0 0.27 0.16 0.32
HSL 335.22º 0.22% 0.59% -
HSV(B) 335.22º 0.27% 0.68% -
XYZ 30.01 26.14 30.66 -
YUV 142.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 173 127 146 0 0.27 0.16 0.32 335.22 0.22 0.59
Hex AD 7F 92 0 1B 10 20 14F 16 3B
Octal 255 177 222 0 33 20 40 517 26 73
Binary 10101101 1111111 10010010 0 11011 10000 100000 101001111 10110 111011

Color Harmonies of #AD7F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F92

Black with #AD7F92

Text Example


Text Example

White with #AD7F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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