Html Css Color HEX #AD5F65 Blush

📋 copy color: '#AD5F65'

red 173 ◦ green 95 ◦ blue 101

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

Shades of Blush #AD5F65

Tints of Blush #AD5F65

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.75%

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

R = 46.88%
G = 25.75%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD5F65 (or 0xAD5F65) is known color: Blush. HEX triplet: AD, 5F and 65. RGB value is (173,95,101). Sum of RGB (Red+Green+Blue) = 173+95+101=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F65 is #52A09A. Grayscale: #777777. Windows color (decimal): -5415067 or 6643629. OLE color: 6643629.

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

Color convert

RGB 173 95 101 -
CMYK 0 0.45 0.42 0.32
HSL 355.38º 0.32% 0.53% -
HSV(B) 355.38º 0.45% 0.68% -
XYZ 23.67 18.01 14.54 -
YUV 119.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 173 95 101 0 0.45 0.42 0.32 355.38 0.32 0.53
Hex AD 5F 65 0 2D 2A 20 163 20 35
Octal 255 137 145 0 55 52 40 543 40 65
Binary 10101101 1011111 1100101 0 101101 101010 100000 101100011 100000 110101

Color Harmonies of #AD5F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F65

Black with #AD5F65

Text Example


Text Example

White with #AD5F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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