Html Css Color HEX #AD8A98 Bouquet

📋 copy color: '#AD8A98'

red 173 ◦ green 138 ◦ blue 152

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

Shades of Bouquet #AD8A98

Tints of Bouquet #AD8A98

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.81%

 BLUE value IS 152 (59.77% from 255) = 32.83%

R = 37.37%
G = 29.81%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD8A98 (or 0xAD8A98) is known color: Bouquet. HEX triplet: AD, 8A and 98. RGB value is (173,138,152). Sum of RGB (Red+Green+Blue) = 173+138+152=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8A98 is #527567. Grayscale: #969696. Windows color (decimal): -5404008 or 9996973. OLE color: 9996973.

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

Color convert

RGB 173 138 152 -
CMYK 0 0.20 0.12 0.32
HSL 336º 0.18% 0.61% -
HSV(B) 336º 0.2% 0.68% -
XYZ 31.99 29.33 33.68 -
YUV 150.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 173 138 152 0 0.20 0.12 0.32 336 0.18 0.61
Hex AD 8A 98 0 14 C 20 150 12 3D
Octal 255 212 230 0 24 14 40 520 22 75
Binary 10101101 10001010 10011000 0 10100 1100 100000 101010000 10010 111101

Color Harmonies of #AD8A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A98

Black with #AD8A98

Text Example


Text Example

White with #AD8A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A98; }

 p { color: rgb(173,138,152); }

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

background-color css

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

 a { background-color: rgb(173,138,152); }

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

border-color css

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

 span { border-color: rgb(173,138,152); }

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