Html Css Color HEX #AD4D6A Blush

📋 copy color: '#AD4D6A'

red 173 ◦ green 77 ◦ blue 106

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

Shades of Blush #AD4D6A

Tints of Blush #AD4D6A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.63%

 BLUE value IS 106 (41.8% from 255) = 29.78%

R = 48.6%
G = 21.63%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD4D6A (or 0xAD4D6A) is known color: Blush. HEX triplet: AD, 4D and 6A. RGB value is (173,77,106). Sum of RGB (Red+Green+Blue) = 173+77+106=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD4D6A is #52B295. Grayscale: #6C6C6C. Windows color (decimal): -5419670 or 6966701. OLE color: 6966701.

HSL color Cylindrical-coordinate representation of color #AD4D6A: hue angle of 341.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD4D6A is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 77 106 -
CMYK 0 0.55 0.39 0.32
HSL 341.88º 0.38% 0.49% -
HSV(B) 341.88º 0.55% 0.68% -
XYZ 22.49 15.23 15.39 -
YUV 109.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 173 77 106 0 0.55 0.39 0.32 341.88 0.38 0.49
Hex AD 4D 6A 0 37 27 20 156 26 31
Octal 255 115 152 0 67 47 40 526 46 61
Binary 10101101 1001101 1101010 0 110111 100111 100000 101010110 100110 110001

Color Harmonies of #AD4D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4D6A

Black with #AD4D6A

Text Example


Text Example

White with #AD4D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4D6A; }

 p { color: rgb(173,77,106); }

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

background-color css

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

 a { background-color: rgb(173,77,106); }

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

border-color css

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

 span { border-color: rgb(173,77,106); }

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