Html Css Color HEX #AD5C60 Blush

📋 copy color: '#AD5C60'

red 173 ◦ green 92 ◦ blue 96

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

Shades of Blush #AD5C60

Tints of Blush #AD5C60

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 47.92%
G = 25.48%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD5C60 (or 0xAD5C60) is known color: Blush. HEX triplet: AD, 5C and 60. RGB value is (173,92,96). Sum of RGB (Red+Green+Blue) = 173+92+96=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C60 is #52A39F. Grayscale: #747474. Windows color (decimal): -5415840 or 6315181. OLE color: 6315181.

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

Color convert

RGB 173 92 96 -
CMYK 0 0.47 0.45 0.32
HSL 357.04º 0.33% 0.52% -
HSV(B) 357.04º 0.47% 0.68% -
XYZ 23.17 17.38 13.2 -
YUV 116.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 173 92 96 0 0.47 0.45 0.32 357.04 0.33 0.52
Hex AD 5C 60 0 2F 2D 20 165 21 34
Octal 255 134 140 0 57 55 40 545 41 64
Binary 10101101 1011100 1100000 0 101111 101101 100000 101100101 100001 110100

Color Harmonies of #AD5C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C60

Black with #AD5C60

Text Example


Text Example

White with #AD5C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C60; }

 p { color: rgb(173,92,96); }

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

background-color css

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

 a { background-color: rgb(173,92,96); }

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

border-color css

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

 span { border-color: rgb(173,92,96); }

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