Html Css Color HEX #AD5A6F Blush

📋 copy color: '#AD5A6F'

red 173 ◦ green 90 ◦ blue 111

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

Shades of Blush #AD5A6F

Tints of Blush #AD5A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.68%

R = 46.26%
G = 24.06%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD5A6F (or 0xAD5A6F) is known color: Blush. HEX triplet: AD, 5A and 6F. RGB value is (173,90,111). Sum of RGB (Red+Green+Blue) = 173+90+111=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A6F is #52A590. Grayscale: #757575. Windows color (decimal): -5416337 or 7297709. OLE color: 7297709.

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

Color convert

RGB 173 90 111 -
CMYK 0 0.48 0.36 0.32
HSL 344.82º 0.34% 0.52% -
HSV(B) 344.82º 0.48% 0.68% -
XYZ 23.76 17.34 17.13 -
YUV 117.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 173 90 111 0 0.48 0.36 0.32 344.82 0.34 0.52
Hex AD 5A 6F 0 30 24 20 159 22 34
Octal 255 132 157 0 60 44 40 531 42 64
Binary 10101101 1011010 1101111 0 110000 100100 100000 101011001 100010 110100

Color Harmonies of #AD5A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A6F

Black with #AD5A6F

Text Example


Text Example

White with #AD5A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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