Html Css Color HEX #AD5262 Blush

📋 copy color: '#AD5262'

red 173 ◦ green 82 ◦ blue 98

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

Shades of Blush #AD5262

Tints of Blush #AD5262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.23%

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

R = 49.01%
G = 23.23%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD5262 (or 0xAD5262) is known color: Blush. HEX triplet: AD, 52 and 62. RGB value is (173,82,98). Sum of RGB (Red+Green+Blue) = 173+82+98=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5262 is #52AD9D. Grayscale: #6F6F6F. Windows color (decimal): -5418398 or 6443693. OLE color: 6443693.

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

Color convert

RGB 173 82 98 -
CMYK 0 0.53 0.43 0.32
HSL 349.45º 0.36% 0.5% -
HSV(B) 349.45º 0.53% 0.68% -
XYZ 22.46 15.8 13.42 -
YUV 111.03 120.65 172.2 -
System Red Green Blue C M Y K H S L
Decimal 173 82 98 0 0.53 0.43 0.32 349.45 0.36 0.5
Hex AD 52 62 0 35 2B 20 15D 24 32
Octal 255 122 142 0 65 53 40 535 44 62
Binary 10101101 1010010 1100010 0 110101 101011 100000 101011101 100100 110010

Color Harmonies of #AD5262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5262

Black with #AD5262

Text Example


Text Example

White with #AD5262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5262; }

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

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

background-color css

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

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

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

border-color css

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

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

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