Html Css Color HEX #AD5F6C Blush

📋 copy color: '#AD5F6C'

red 173 ◦ green 95 ◦ blue 108

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

Shades of Blush #AD5F6C

Tints of Blush #AD5F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.72%

R = 46.01%
G = 25.27%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD5F6C (or 0xAD5F6C) is known color: Blush. HEX triplet: AD, 5F and 6C. RGB value is (173,95,108). Sum of RGB (Red+Green+Blue) = 173+95+108=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F6C is #52A093. Grayscale: #777777. Windows color (decimal): -5415060 or 7102381. OLE color: 7102381.

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

Color convert

RGB 173 95 108 -
CMYK 0 0.45 0.38 0.32
HSL 350º 0.32% 0.53% -
HSV(B) 350º 0.45% 0.68% -
XYZ 24.03 18.15 16.42 -
YUV 119.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 173 95 108 0 0.45 0.38 0.32 350 0.32 0.53
Hex AD 5F 6C 0 2D 26 20 15E 20 35
Octal 255 137 154 0 55 46 40 536 40 65
Binary 10101101 1011111 1101100 0 101101 100110 100000 101011110 100000 110101

Color Harmonies of #AD5F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F6C

Black with #AD5F6C

Text Example


Text Example

White with #AD5F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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