Html Css Color HEX #AD536E Blush

📋 copy color: '#AD536E'

red 173 ◦ green 83 ◦ blue 110

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

Shades of Blush #AD536E

Tints of Blush #AD536E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.68%

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

R = 47.27%
G = 22.68%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD536E (or 0xAD536E) is known color: Blush. HEX triplet: AD, 53 and 6E. RGB value is (173,83,110). Sum of RGB (Red+Green+Blue) = 173+83+110=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD536E is #52AC91. Grayscale: #707070. Windows color (decimal): -5418130 or 7230381. OLE color: 7230381.

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

Color convert

RGB 173 83 110 -
CMYK 0 0.52 0.36 0.32
HSL 342º 0.35% 0.5% -
HSV(B) 342º 0.52% 0.68% -
XYZ 23.14 16.2 16.66 -
YUV 112.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 173 83 110 0 0.52 0.36 0.32 342 0.35 0.5
Hex AD 53 6E 0 34 24 20 156 23 32
Octal 255 123 156 0 64 44 40 526 43 62
Binary 10101101 1010011 1101110 0 110100 100100 100000 101010110 100011 110010

Color Harmonies of #AD536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD536E

Black with #AD536E

Text Example


Text Example

White with #AD536E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD536E; }

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

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

background-color css

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

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

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

border-color css

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

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

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