Html Css Color HEX #AD5B73 Blush

📋 copy color: '#AD5B73'

red 173 ◦ green 91 ◦ blue 115

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

Shades of Blush #AD5B73

Tints of Blush #AD5B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.01%

 BLUE value IS 115 (45.31% from 255) = 30.34%

R = 45.65%
G = 24.01%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD5B73 (or 0xAD5B73) is known color: Blush. HEX triplet: AD, 5B and 73. RGB value is (173,91,115). Sum of RGB (Red+Green+Blue) = 173+91+115=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B73 is #52A48C. Grayscale: #767676. Windows color (decimal): -5416077 or 7560109. OLE color: 7560109.

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

Color convert

RGB 173 91 115 -
CMYK 0 0.47 0.34 0.32
HSL 342.44º 0.33% 0.52% -
HSV(B) 342.44º 0.47% 0.68% -
XYZ 24.07 17.6 18.35 -
YUV 118.25 126.17 167.05 -
System Red Green Blue C M Y K H S L
Decimal 173 91 115 0 0.47 0.34 0.32 342.44 0.33 0.52
Hex AD 5B 73 0 2F 22 20 156 21 34
Octal 255 133 163 0 57 42 40 526 41 64
Binary 10101101 1011011 1110011 0 101111 100010 100000 101010110 100001 110100

Color Harmonies of #AD5B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B73

Black with #AD5B73

Text Example


Text Example

White with #AD5B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B73; }

 p { color: rgb(173,91,115); }

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

background-color css

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

 a { background-color: rgb(173,91,115); }

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

border-color css

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

 span { border-color: rgb(173,91,115); }

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