Html Css Color HEX #AD5065 Blush

📋 copy color: '#AD5065'

red 173 ◦ green 80 ◦ blue 101

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

Shades of Blush #AD5065

Tints of Blush #AD5065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

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

R = 48.87%
G = 22.6%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD5065 (or 0xAD5065) is known color: Blush. HEX triplet: AD, 50 and 65. RGB value is (173,80,101). Sum of RGB (Red+Green+Blue) = 173+80+101=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5065 is #52AF9A. Grayscale: #6E6E6E. Windows color (decimal): -5418907 or 6639789. OLE color: 6639789.

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

Color convert

RGB 173 80 101 -
CMYK 0 0.54 0.42 0.32
HSL 346.45º 0.37% 0.5% -
HSV(B) 346.45º 0.54% 0.68% -
XYZ 22.45 15.56 14.13 -
YUV 110.2 122.81 172.79 -
System Red Green Blue C M Y K H S L
Decimal 173 80 101 0 0.54 0.42 0.32 346.45 0.37 0.5
Hex AD 50 65 0 36 2A 20 15A 25 32
Octal 255 120 145 0 66 52 40 532 45 62
Binary 10101101 1010000 1100101 0 110110 101010 100000 101011010 100101 110010

Color Harmonies of #AD5065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5065

Black with #AD5065

Text Example


Text Example

White with #AD5065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5065; }

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

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

background-color css

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

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

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

border-color css

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

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

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