Html Css Color HEX #AD8795 Bouquet

📋 copy color: '#AD8795'

red 173 ◦ green 135 ◦ blue 149

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

Shades of Bouquet #AD8795

Tints of Bouquet #AD8795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.54%

 BLUE value IS 149 (58.59% from 255) = 32.6%

R = 37.86%
G = 29.54%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD8795 (or 0xAD8795) is known color: Bouquet. HEX triplet: AD, 87 and 95. RGB value is (173,135,149). Sum of RGB (Red+Green+Blue) = 173+135+149=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8795 is #52786A. Grayscale: #939393. Windows color (decimal): -5404779 or 9799597. OLE color: 9799597.

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

Color convert

RGB 173 135 149 -
CMYK 0 0.22 0.14 0.32
HSL 337.89º 0.19% 0.6% -
HSV(B) 337.89º 0.22% 0.68% -
XYZ 31.32 28.38 32.26 -
YUV 147.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 173 135 149 0 0.22 0.14 0.32 337.89 0.19 0.6
Hex AD 87 95 0 16 E 20 152 13 3C
Octal 255 207 225 0 26 16 40 522 23 74
Binary 10101101 10000111 10010101 0 10110 1110 100000 101010010 10011 111100

Color Harmonies of #AD8795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8795

Black with #AD8795

Text Example


Text Example

White with #AD8795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8795; }

 p { color: rgb(173,135,149); }

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

background-color css

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

 a { background-color: rgb(173,135,149); }

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

border-color css

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

 span { border-color: rgb(173,135,149); }

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