Html Css Color HEX #AD526C Blush

📋 copy color: '#AD526C'

red 173 ◦ green 82 ◦ blue 108

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

Shades of Blush #AD526C

Tints of Blush #AD526C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.59%

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

R = 47.66%
G = 22.59%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD526C (or 0xAD526C) is known color: Blush. HEX triplet: AD, 52 and 6C. RGB value is (173,82,108). Sum of RGB (Red+Green+Blue) = 173+82+108=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD526C is #52AD93. Grayscale: #707070. Windows color (decimal): -5418388 or 7099053. OLE color: 7099053.

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

Color convert

RGB 173 82 108 -
CMYK 0 0.53 0.38 0.32
HSL 342.86º 0.36% 0.5% -
HSV(B) 342.86º 0.53% 0.68% -
XYZ 22.96 16 16.07 -
YUV 112.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 173 82 108 0 0.53 0.38 0.32 342.86 0.36 0.5
Hex AD 52 6C 0 35 26 20 157 24 32
Octal 255 122 154 0 65 46 40 527 44 62
Binary 10101101 1010010 1101100 0 110101 100110 100000 101010111 100100 110010

Color Harmonies of #AD526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD526C

Black with #AD526C

Text Example


Text Example

White with #AD526C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD526C; }

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

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

background-color css

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

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

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

border-color css

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

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

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