Html Css Color HEX #AD5B63 Blush

📋 copy color: '#AD5B63'

red 173 ◦ green 91 ◦ blue 99

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

Shades of Blush #AD5B63

Tints of Blush #AD5B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.27%

R = 47.66%
G = 25.07%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD5B63 (or 0xAD5B63) is known color: Blush. HEX triplet: AD, 5B and 63. RGB value is (173,91,99). Sum of RGB (Red+Green+Blue) = 173+91+99=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B63 is #52A49C. Grayscale: #747474. Windows color (decimal): -5416093 or 6511533. OLE color: 6511533.

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

Color convert

RGB 173 91 99 -
CMYK 0 0.47 0.43 0.32
HSL 354.15º 0.33% 0.52% -
HSV(B) 354.15º 0.47% 0.68% -
XYZ 23.23 17.27 13.91 -
YUV 116.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 173 91 99 0 0.47 0.43 0.32 354.15 0.33 0.52
Hex AD 5B 63 0 2F 2B 20 162 21 34
Octal 255 133 143 0 57 53 40 542 41 64
Binary 10101101 1011011 1100011 0 101111 101011 100000 101100010 100001 110100

Color Harmonies of #AD5B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B63

Black with #AD5B63

Text Example


Text Example

White with #AD5B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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