Html Css Color HEX #AD7CA2 Bouquet

📋 copy color: '#AD7CA2'

red 173 ◦ green 124 ◦ blue 162

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

Shades of Bouquet #AD7CA2

Tints of Bouquet #AD7CA2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.02%

 BLUE value IS 162 (63.67% from 255) = 35.29%

R = 37.69%
G = 27.02%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD7CA2 (or 0xAD7CA2) is known color: Bouquet. HEX triplet: AD, 7C and A2. RGB value is (173,124,162). Sum of RGB (Red+Green+Blue) = 173+124+162=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7CA2 is #52835D. Grayscale: #8E8E8E. Windows color (decimal): -5407582 or 10648749. OLE color: 10648749.

HSL color Cylindrical-coordinate representation of color #AD7CA2: hue angle of 313.47º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD7CA2 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 124 162 -
CMYK 0 0.28 0.06 0.32
HSL 313.47º 0.23% 0.58% -
HSV(B) 313.47º 0.28% 0.68% -
XYZ 30.96 25.91 37.55 -
YUV 142.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 173 124 162 0 0.28 0.06 0.32 313.47 0.23 0.58
Hex AD 7C A2 0 1C 6 20 139 17 3A
Octal 255 174 242 0 34 6 40 471 27 72
Binary 10101101 1111100 10100010 0 11100 110 100000 100111001 10111 111010

Color Harmonies of #AD7CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CA2

Black with #AD7CA2

Text Example


Text Example

White with #AD7CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CA2; }

 p { color: rgb(173,124,162); }

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

background-color css

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

 a { background-color: rgb(173,124,162); }

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

border-color css

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

 span { border-color: rgb(173,124,162); }

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