Html Css Color HEX #AD536A Blush

📋 copy color: '#AD536A'

red 173 ◦ green 83 ◦ blue 106

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

Shades of Blush #AD536A

Tints of Blush #AD536A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.28%

R = 47.79%
G = 22.93%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD536A (or 0xAD536A) is known color: Blush. HEX triplet: AD, 53 and 6A. RGB value is (173,83,106). Sum of RGB (Red+Green+Blue) = 173+83+106=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD536A is #52AC95. Grayscale: #707070. Windows color (decimal): -5418134 or 6968237. OLE color: 6968237.

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

Color convert

RGB 173 83 106 -
CMYK 0 0.52 0.39 0.32
HSL 344.67º 0.35% 0.5% -
HSV(B) 344.67º 0.52% 0.68% -
XYZ 22.93 16.11 15.54 -
YUV 112.53 124.32 171.13 -
System Red Green Blue C M Y K H S L
Decimal 173 83 106 0 0.52 0.39 0.32 344.67 0.35 0.5
Hex AD 53 6A 0 34 27 20 159 23 32
Octal 255 123 152 0 64 47 40 531 43 62
Binary 10101101 1010011 1101010 0 110100 100111 100000 101011001 100011 110010

Color Harmonies of #AD536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD536A

Black with #AD536A

Text Example


Text Example

White with #AD536A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD536A; }

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

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

background-color css

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

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

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

border-color css

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

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

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