Html Css Color HEX #AD526E Blush

📋 copy color: '#AD526E'

red 173 ◦ green 82 ◦ blue 110

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

Shades of Blush #AD526E

Tints of Blush #AD526E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.14%

R = 47.4%
G = 22.47%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD526E (or 0xAD526E) is known color: Blush. HEX triplet: AD, 52 and 6E. RGB value is (173,82,110). Sum of RGB (Red+Green+Blue) = 173+82+110=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD526E is #52AD91. Grayscale: #707070. Windows color (decimal): -5418386 or 7230125. OLE color: 7230125.

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

Color convert

RGB 173 82 110 -
CMYK 0 0.53 0.36 0.32
HSL 341.54º 0.36% 0.5% -
HSV(B) 341.54º 0.53% 0.68% -
XYZ 23.07 16.04 16.63 -
YUV 112.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 173 82 110 0 0.53 0.36 0.32 341.54 0.36 0.5
Hex AD 52 6E 0 35 24 20 156 24 32
Octal 255 122 156 0 65 44 40 526 44 62
Binary 10101101 1010010 1101110 0 110101 100100 100000 101010110 100100 110010

Color Harmonies of #AD526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD526E

Black with #AD526E

Text Example


Text Example

White with #AD526E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD526E; }

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

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

background-color css

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

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

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

border-color css

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

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

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