Html Css Color HEX #AD546C Blush

📋 copy color: '#AD546C'

red 173 ◦ green 84 ◦ blue 108

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

Shades of Blush #AD546C

Tints of Blush #AD546C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.01%

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

R = 47.4%
G = 23.01%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD546C (or 0xAD546C) is known color: Blush. HEX triplet: AD, 54 and 6C. RGB value is (173,84,108). Sum of RGB (Red+Green+Blue) = 173+84+108=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD546C is #52AB93. Grayscale: #717171. Windows color (decimal): -5417876 or 7099565. OLE color: 7099565.

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

Color convert

RGB 173 84 108 -
CMYK 0 0.51 0.38 0.32
HSL 343.82º 0.35% 0.5% -
HSV(B) 343.82º 0.51% 0.68% -
XYZ 23.11 16.31 16.12 -
YUV 113.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 173 84 108 0 0.51 0.38 0.32 343.82 0.35 0.5
Hex AD 54 6C 0 33 26 20 158 23 32
Octal 255 124 154 0 63 46 40 530 43 62
Binary 10101101 1010100 1101100 0 110011 100110 100000 101011000 100011 110010

Color Harmonies of #AD546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD546C

Black with #AD546C

Text Example


Text Example

White with #AD546C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD546C; }

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

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

background-color css

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

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

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

border-color css

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

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

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