Html Css Color HEX #AD5A6D Blush

📋 copy color: '#AD5A6D'

red 173 ◦ green 90 ◦ blue 109

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

Shades of Blush #AD5A6D

Tints of Blush #AD5A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.19%

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 46.51%
G = 24.19%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD5A6D (or 0xAD5A6D) is known color: Blush. HEX triplet: AD, 5A and 6D. RGB value is (173,90,109). Sum of RGB (Red+Green+Blue) = 173+90+109=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A6D is #52A592. Grayscale: #747474. Windows color (decimal): -5416339 or 7166637. OLE color: 7166637.

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

Color convert

RGB 173 90 109 -
CMYK 0 0.48 0.37 0.32
HSL 346.27º 0.34% 0.52% -
HSV(B) 346.27º 0.48% 0.68% -
XYZ 23.65 17.3 16.56 -
YUV 116.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 173 90 109 0 0.48 0.37 0.32 346.27 0.34 0.52
Hex AD 5A 6D 0 30 25 20 15A 22 34
Octal 255 132 155 0 60 45 40 532 42 64
Binary 10101101 1011010 1101101 0 110000 100101 100000 101011010 100010 110100

Color Harmonies of #AD5A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A6D

Black with #AD5A6D

Text Example


Text Example

White with #AD5A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A6D; }

 p { color: rgb(173,90,109); }

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

background-color css

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

 a { background-color: rgb(173,90,109); }

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

border-color css

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

 span { border-color: rgb(173,90,109); }

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