Html Css Color HEX #AD5D5F Blush

📋 copy color: '#AD5D5F'

red 173 ◦ green 93 ◦ blue 95

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

Shades of Blush #AD5D5F

Tints of Blush #AD5D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.32%

R = 47.92%
G = 25.76%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD5D5F (or 0xAD5D5F) is known color: Blush. HEX triplet: AD, 5D and 5F. RGB value is (173,93,95). Sum of RGB (Red+Green+Blue) = 173+93+95=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5D5F is #52A2A0. Grayscale: #757575. Windows color (decimal): -5415585 or 6249901. OLE color: 6249901.

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

Color convert

RGB 173 93 95 -
CMYK 0 0.46 0.45 0.32
HSL 358.5º 0.33% 0.52% -
HSV(B) 358.5º 0.46% 0.68% -
XYZ 23.21 17.54 12.99 -
YUV 117.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 173 93 95 0 0.46 0.45 0.32 358.5 0.33 0.52
Hex AD 5D 5F 0 2E 2D 20 166 21 34
Octal 255 135 137 0 56 55 40 546 41 64
Binary 10101101 1011101 1011111 0 101110 101101 100000 101100110 100001 110100

Color Harmonies of #AD5D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5D5F

Black with #AD5D5F

Text Example


Text Example

White with #AD5D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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