Html Css Color HEX #AD5364 Blush

📋 copy color: '#AD5364'

red 173 ◦ green 83 ◦ blue 100

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

Shades of Blush #AD5364

Tints of Blush #AD5364

RGB

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

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

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

R = 48.6%
G = 23.31%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD5364 (or 0xAD5364) is known color: Blush. HEX triplet: AD, 53 and 64. RGB value is (173,83,100). Sum of RGB (Red+Green+Blue) = 173+83+100=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5364 is #52AC9B. Grayscale: #6F6F6F. Windows color (decimal): -5418140 or 6575021. OLE color: 6575021.

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

Color convert

RGB 173 83 100 -
CMYK 0 0.52 0.42 0.32
HSL 348.67º 0.35% 0.5% -
HSV(B) 348.67º 0.52% 0.68% -
XYZ 22.63 15.99 13.95 -
YUV 111.85 121.32 171.62 -
System Red Green Blue C M Y K H S L
Decimal 173 83 100 0 0.52 0.42 0.32 348.67 0.35 0.5
Hex AD 53 64 0 34 2A 20 15D 23 32
Octal 255 123 144 0 64 52 40 535 43 62
Binary 10101101 1010011 1100100 0 110100 101010 100000 101011101 100011 110010

Color Harmonies of #AD5364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5364

Black with #AD5364

Text Example


Text Example

White with #AD5364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5364; }

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

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

background-color css

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

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

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

border-color css

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

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

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