Html Css Color HEX #AD6295 Bouquet

📋 copy color: '#AD6295'

red 173 ◦ green 98 ◦ blue 149

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

Shades of Bouquet #AD6295

Tints of Bouquet #AD6295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.33%

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

R = 41.19%
G = 23.33%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD6295 (or 0xAD6295) is known color: Bouquet. HEX triplet: AD, 62 and 95. RGB value is (173,98,149). Sum of RGB (Red+Green+Blue) = 173+98+149=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6295 is #529D6A. Grayscale: #7E7E7E. Windows color (decimal): -5414251 or 9790125. OLE color: 9790125.

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

Color convert

RGB 173 98 149 -
CMYK 0 0.43 0.14 0.32
HSL 319.2º 0.31% 0.53% -
HSV(B) 319.2º 0.43% 0.68% -
XYZ 27.03 19.79 30.83 -
YUV 126.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 173 98 149 0 0.43 0.14 0.32 319.2 0.31 0.53
Hex AD 62 95 0 2B E 20 13F 1F 35
Octal 255 142 225 0 53 16 40 477 37 65
Binary 10101101 1100010 10010101 0 101011 1110 100000 100111111 11111 110101

Color Harmonies of #AD6295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6295

Black with #AD6295

Text Example


Text Example

White with #AD6295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6295; }

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

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

background-color css

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

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

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

border-color css

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

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

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