Html Css Color HEX #AD5D6E Blush

📋 copy color: '#AD5D6E'

red 173 ◦ green 93 ◦ blue 110

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

Shades of Blush #AD5D6E

Tints of Blush #AD5D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.73%

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 46.01%
G = 24.73%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD5D6E (or 0xAD5D6E) is known color: Blush. HEX triplet: AD, 5D and 6E. RGB value is (173,93,110). Sum of RGB (Red+Green+Blue) = 173+93+110=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5D6E is #52A291. Grayscale: #767676. Windows color (decimal): -5415570 or 7232941. OLE color: 7232941.

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

Color convert

RGB 173 93 110 -
CMYK 0 0.46 0.36 0.32
HSL 347.25º 0.33% 0.52% -
HSV(B) 347.25º 0.46% 0.68% -
XYZ 23.96 17.84 16.93 -
YUV 118.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 173 93 110 0 0.46 0.36 0.32 347.25 0.33 0.52
Hex AD 5D 6E 0 2E 24 20 15B 21 34
Octal 255 135 156 0 56 44 40 533 41 64
Binary 10101101 1011101 1101110 0 101110 100100 100000 101011011 100001 110100

Color Harmonies of #AD5D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D6E

Black with #AD5D6E

Text Example


Text Example

White with #AD5D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D6E; }

 p { color: rgb(173,93,110); }

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

background-color css

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

 a { background-color: rgb(173,93,110); }

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

border-color css

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

 span { border-color: rgb(173,93,110); }

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