Html Css Color HEX #AD5362 Blush

📋 copy color: '#AD5362'

red 173 ◦ green 83 ◦ blue 98

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

Shades of Blush #AD5362

Tints of Blush #AD5362

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.45%

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

R = 48.87%
G = 23.45%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD5362 (or 0xAD5362) is known color: Blush. HEX triplet: AD, 53 and 62. RGB value is (173,83,98). Sum of RGB (Red+Green+Blue) = 173+83+98=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5362 is #52AC9D. Grayscale: #6F6F6F. Windows color (decimal): -5418142 or 6443949. OLE color: 6443949.

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

Color convert

RGB 173 83 98 -
CMYK 0 0.52 0.43 0.32
HSL 350º 0.35% 0.5% -
HSV(B) 350º 0.52% 0.68% -
XYZ 22.53 15.95 13.45 -
YUV 111.62 120.32 171.78 -
System Red Green Blue C M Y K H S L
Decimal 173 83 98 0 0.52 0.43 0.32 350 0.35 0.5
Hex AD 53 62 0 34 2B 20 15E 23 32
Octal 255 123 142 0 64 53 40 536 43 62
Binary 10101101 1010011 1100010 0 110100 101011 100000 101011110 100011 110010

Color Harmonies of #AD5362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5362

Black with #AD5362

Text Example


Text Example

White with #AD5362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5362; }

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

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

background-color css

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

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

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

border-color css

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

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

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