Html Css Color HEX #AD8996 Bouquet

📋 copy color: '#AD8996'

red 173 ◦ green 137 ◦ blue 150

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

Shades of Bouquet #AD8996

Tints of Bouquet #AD8996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.78%

 BLUE value IS 150 (58.98% from 255) = 32.61%

R = 37.61%
G = 29.78%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD8996 (or 0xAD8996) is known color: Bouquet. HEX triplet: AD, 89 and 96. RGB value is (173,137,150). Sum of RGB (Red+Green+Blue) = 173+137+150=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8996 is #527669. Grayscale: #959595. Windows color (decimal): -5404266 or 9865645. OLE color: 9865645.

HSL color Cylindrical-coordinate representation of color #AD8996: hue angle of 338.33º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD8996 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 137 150 -
CMYK 0 0.21 0.13 0.32
HSL 338.33º 0.18% 0.61% -
HSV(B) 338.33º 0.21% 0.68% -
XYZ 31.68 28.98 32.78 -
YUV 149.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 173 137 150 0 0.21 0.13 0.32 338.33 0.18 0.61
Hex AD 89 96 0 15 D 20 152 12 3D
Octal 255 211 226 0 25 15 40 522 22 75
Binary 10101101 10001001 10010110 0 10101 1101 100000 101010010 10010 111101

Color Harmonies of #AD8996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8996

Black with #AD8996

Text Example


Text Example

White with #AD8996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8996; }

 p { color: rgb(173,137,150); }

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

background-color css

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

 a { background-color: rgb(173,137,150); }

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

border-color css

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

 span { border-color: rgb(173,137,150); }

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