Html Css Color HEX #AD546B Blush

📋 copy color: '#AD546B'

red 173 ◦ green 84 ◦ blue 107

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

Shades of Blush #AD546B

Tints of Blush #AD546B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.4%

R = 47.53%
G = 23.08%
B = 29.4%

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

#AD546B (or 0xAD546B) is known color: Blush. HEX triplet: AD, 54 and 6B. RGB value is (173,84,107). Sum of RGB (Red+Green+Blue) = 173+84+107=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD546B is #52AB94. Grayscale: #717171. Windows color (decimal): -5417877 or 7034029. OLE color: 7034029.

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

Color convert

RGB 173 84 107 -
CMYK 0 0.51 0.38 0.32
HSL 344.49º 0.35% 0.5% -
HSV(B) 344.49º 0.51% 0.68% -
XYZ 23.06 16.29 15.84 -
YUV 113.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 173 84 107 0 0.51 0.38 0.32 344.49 0.35 0.5
Hex AD 54 6B 0 33 26 20 158 23 32
Octal 255 124 153 0 63 46 40 530 43 62
Binary 10101101 1010100 1101011 0 110011 100110 100000 101011000 100011 110010

Color Harmonies of #AD546B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD546B

Black with #AD546B

Text Example


Text Example

White with #AD546B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD546B; }

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

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

background-color css

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

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

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

border-color css

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

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

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