Html Css Color HEX #AD5462 Blush

📋 copy color: '#AD5462'

red 173 ◦ green 84 ◦ blue 98

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

Shades of Blush #AD5462

Tints of Blush #AD5462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.61%

R = 48.73%
G = 23.66%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD5462 (or 0xAD5462) is known color: Blush. HEX triplet: AD, 54 and 62. RGB value is (173,84,98). Sum of RGB (Red+Green+Blue) = 173+84+98=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5462 is #52AB9D. Grayscale: #707070. Windows color (decimal): -5417886 or 6444205. OLE color: 6444205.

HSL color Cylindrical-coordinate representation of color #AD5462: hue angle of 350.56º 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 #AD5462 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 84 98 -
CMYK 0 0.51 0.43 0.32
HSL 350.56º 0.35% 0.5% -
HSV(B) 350.56º 0.51% 0.68% -
XYZ 22.61 16.11 13.47 -
YUV 112.21 119.99 171.36 -
System Red Green Blue C M Y K H S L
Decimal 173 84 98 0 0.51 0.43 0.32 350.56 0.35 0.5
Hex AD 54 62 0 33 2B 20 15F 23 32
Octal 255 124 142 0 63 53 40 537 43 62
Binary 10101101 1010100 1100010 0 110011 101011 100000 101011111 100011 110010

Color Harmonies of #AD5462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5462

Black with #AD5462

Text Example


Text Example

White with #AD5462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5462; }

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

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

background-color css

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

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

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

border-color css

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

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

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