Html Css Color HEX #AD5764 Blush

📋 copy color: '#AD5764'

red 173 ◦ green 87 ◦ blue 100

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

Shades of Blush #AD5764

Tints of Blush #AD5764

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.17%

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

R = 48.06%
G = 24.17%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD5764 (or 0xAD5764) is known color: Blush. HEX triplet: AD, 57 and 64. RGB value is (173,87,100). Sum of RGB (Red+Green+Blue) = 173+87+100=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5764 is #52A89B. Grayscale: #727272. Windows color (decimal): -5417116 or 6576045. OLE color: 6576045.

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

Color convert

RGB 173 87 100 -
CMYK 0 0.50 0.42 0.32
HSL 350.93º 0.34% 0.51% -
HSV(B) 350.93º 0.5% 0.68% -
XYZ 22.94 16.62 14.06 -
YUV 114.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 173 87 100 0 0.50 0.42 0.32 350.93 0.34 0.51
Hex AD 57 64 0 32 2A 20 15F 22 33
Octal 255 127 144 0 62 52 40 537 42 63
Binary 10101101 1010111 1100100 0 110010 101010 100000 101011111 100010 110011

Color Harmonies of #AD5764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5764

Black with #AD5764

Text Example


Text Example

White with #AD5764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5764; }

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

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

background-color css

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

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

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

border-color css

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

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

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