Html Css Color HEX #AD5B5F Blush

📋 copy color: '#AD5B5F'

red 173 ◦ green 91 ◦ blue 95

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

Shades of Blush #AD5B5F

Tints of Blush #AD5B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.46%

R = 48.19%
G = 25.35%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD5B5F (or 0xAD5B5F) is known color: Blush. HEX triplet: AD, 5B and 5F. RGB value is (173,91,95). Sum of RGB (Red+Green+Blue) = 173+91+95=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B5F is #52A4A0. Grayscale: #747474. Windows color (decimal): -5416097 or 6249389. OLE color: 6249389.

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

Color convert

RGB 173 91 95 -
CMYK 0 0.47 0.45 0.32
HSL 357.07º 0.33% 0.52% -
HSV(B) 357.07º 0.47% 0.68% -
XYZ 23.04 17.19 12.93 -
YUV 115.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 173 91 95 0 0.47 0.45 0.32 357.07 0.33 0.52
Hex AD 5B 5F 0 2F 2D 20 165 21 34
Octal 255 133 137 0 57 55 40 545 41 64
Binary 10101101 1011011 1011111 0 101111 101101 100000 101100101 100001 110100

Color Harmonies of #AD5B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B5F

Black with #AD5B5F

Text Example


Text Example

White with #AD5B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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