Html Css Color HEX #AD5670 Blush

📋 copy color: '#AD5670'

red 173 ◦ green 86 ◦ blue 112

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

Shades of Blush #AD5670

Tints of Blush #AD5670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.18%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 46.63%
G = 23.18%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD5670 (or 0xAD5670) is known color: Blush. HEX triplet: AD, 56 and 70. RGB value is (173,86,112). Sum of RGB (Red+Green+Blue) = 173+86+112=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5670 is #52A98F. Grayscale: #727272. Windows color (decimal): -5417360 or 7362221. OLE color: 7362221.

HSL color Cylindrical-coordinate representation of color #AD5670: hue angle of 342.07º degrees, saturation: 0.35, 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 #AD5670 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 86 112 -
CMYK 0 0.50 0.35 0.32
HSL 342.07º 0.35% 0.51% -
HSV(B) 342.07º 0.5% 0.68% -
XYZ 23.49 16.71 17.32 -
YUV 114.98 126.32 169.39 -
System Red Green Blue C M Y K H S L
Decimal 173 86 112 0 0.50 0.35 0.32 342.07 0.35 0.51
Hex AD 56 70 0 32 23 20 156 23 33
Octal 255 126 160 0 62 43 40 526 43 63
Binary 10101101 1010110 1110000 0 110010 100011 100000 101010110 100011 110011

Color Harmonies of #AD5670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5670

Black with #AD5670

Text Example


Text Example

White with #AD5670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5670; }

 p { color: rgb(173,86,112); }

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

background-color css

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

 a { background-color: rgb(173,86,112); }

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

border-color css

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

 span { border-color: rgb(173,86,112); }

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