Html Css Color HEX #AD5665 Blush

📋 copy color: '#AD5665'

red 173 ◦ green 86 ◦ blue 101

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

Shades of Blush #AD5665

Tints of Blush #AD5665

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.89%

 BLUE value IS 101 (39.84% from 255) = 28.06%

R = 48.06%
G = 23.89%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD5665 (or 0xAD5665) is known color: Blush. HEX triplet: AD, 56 and 65. RGB value is (173,86,101). Sum of RGB (Red+Green+Blue) = 173+86+101=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5665 is #52A99A. Grayscale: #717171. Windows color (decimal): -5417371 or 6641325. OLE color: 6641325.

HSL color Cylindrical-coordinate representation of color #AD5665: hue angle of 349.66º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5665 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 86 101 -
CMYK 0 0.50 0.42 0.32
HSL 349.66º 0.35% 0.51% -
HSV(B) 349.66º 0.5% 0.68% -
XYZ 22.91 16.48 14.29 -
YUV 113.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 173 86 101 0 0.50 0.42 0.32 349.66 0.35 0.51
Hex AD 56 65 0 32 2A 20 15E 23 33
Octal 255 126 145 0 62 52 40 536 43 63
Binary 10101101 1010110 1100101 0 110010 101010 100000 101011110 100011 110011

Color Harmonies of #AD5665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5665

Black with #AD5665

Text Example


Text Example

White with #AD5665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5665; }

 p { color: rgb(173,86,101); }

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

background-color css

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

 a { background-color: rgb(173,86,101); }

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

border-color css

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

 span { border-color: rgb(173,86,101); }

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