Html Css Color HEX #AD5B60 Blush

📋 copy color: '#AD5B60'

red 173 ◦ green 91 ◦ blue 96

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

Shades of Blush #AD5B60

Tints of Blush #AD5B60

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.28%

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

R = 48.06%
G = 25.28%
B = 26.67%

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

#AD5B60 (or 0xAD5B60) is known color: Blush. HEX triplet: AD, 5B and 60. RGB value is (173,91,96). Sum of RGB (Red+Green+Blue) = 173+91+96=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B60 is #52A49F. Grayscale: #747474. Windows color (decimal): -5416096 or 6314925. OLE color: 6314925.

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

Color convert

RGB 173 91 96 -
CMYK 0 0.47 0.45 0.32
HSL 356.34º 0.33% 0.52% -
HSV(B) 356.34º 0.47% 0.68% -
XYZ 23.09 17.21 13.17 -
YUV 116.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 173 91 96 0 0.47 0.45 0.32 356.34 0.33 0.52
Hex AD 5B 60 0 2F 2D 20 164 21 34
Octal 255 133 140 0 57 55 40 544 41 64
Binary 10101101 1011011 1100000 0 101111 101101 100000 101100100 100001 110100

Color Harmonies of #AD5B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B60

Black with #AD5B60

Text Example


Text Example

White with #AD5B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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