Html Css Color HEX #AD5464 Blush

📋 copy color: '#AD5464'

red 173 ◦ green 84 ◦ blue 100

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

Shades of Blush #AD5464

Tints of Blush #AD5464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.53%

 BLUE value IS 100 (39.45% from 255) = 28.01%

R = 48.46%
G = 23.53%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD5464 (or 0xAD5464) is known color: Blush. HEX triplet: AD, 54 and 64. RGB value is (173,84,100). Sum of RGB (Red+Green+Blue) = 173+84+100=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5464 is #52AB9B. Grayscale: #707070. Windows color (decimal): -5417884 or 6575277. OLE color: 6575277.

HSL color Cylindrical-coordinate representation of color #AD5464: hue angle of 349.21º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5464 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 84 100 -
CMYK 0 0.51 0.42 0.32
HSL 349.21º 0.35% 0.5% -
HSV(B) 349.21º 0.51% 0.68% -
XYZ 22.7 16.14 13.98 -
YUV 112.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 173 84 100 0 0.51 0.42 0.32 349.21 0.35 0.5
Hex AD 54 64 0 33 2A 20 15D 23 32
Octal 255 124 144 0 63 52 40 535 43 62
Binary 10101101 1010100 1100100 0 110011 101010 100000 101011101 100011 110010

Color Harmonies of #AD5464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5464

Black with #AD5464

Text Example


Text Example

White with #AD5464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5464; }

 p { color: rgb(173,84,100); }

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

background-color css

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

 a { background-color: rgb(173,84,100); }

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

border-color css

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

 span { border-color: rgb(173,84,100); }

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