Html Css Color HEX #AD7F9C Bouquet

📋 copy color: '#AD7F9C'

red 173 ◦ green 127 ◦ blue 156

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

Shades of Bouquet #AD7F9C

Tints of Bouquet #AD7F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.21%

R = 37.94%
G = 27.85%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD7F9C (or 0xAD7F9C) is known color: Bouquet. HEX triplet: AD, 7F and 9C. RGB value is (173,127,156). Sum of RGB (Red+Green+Blue) = 173+127+156=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7F9C is #528063. Grayscale: #8F8F8F. Windows color (decimal): -5406820 or 10256301. OLE color: 10256301.

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

Color convert

RGB 173 127 156 -
CMYK 0 0.27 0.10 0.32
HSL 322.17º 0.22% 0.59% -
HSV(B) 322.17º 0.27% 0.68% -
XYZ 30.82 26.46 34.94 -
YUV 144.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 173 127 156 0 0.27 0.10 0.32 322.17 0.22 0.59
Hex AD 7F 9C 0 1B A 20 142 16 3B
Octal 255 177 234 0 33 12 40 502 26 73
Binary 10101101 1111111 10011100 0 11011 1010 100000 101000010 10110 111011

Color Harmonies of #AD7F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F9C

Black with #AD7F9C

Text Example


Text Example

White with #AD7F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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