#AD5A5F

Color #AD5A5F Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #AD5A5F

Tints of Blush #AD5A5F

Color information

#AD5A5F (or 0xAD5A5F) is unknown color: approx Blush. HEX triplet: AD, 5A and 5F. RGB value is (173,90,95). Sum of RGB (Red+Green+Blue) = 173+90+95=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A5F is #52A5A0. Grayscale: #737373. Windows color (decimal): -5416353 or 6249133. OLE color: 6249133.

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

Color convert

RGB1739095-
CMYK00.480.450.32
HSL356.39º33.6%51.57%-
HSV(B)356.39º47.98%67.84%-
XYZ22.9617.0212.9-
YUV115.39116.5169.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.32%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=48.32%
G=25.14%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173909500.480.450.32356.3933.651.57
HexAD5A5F0302D201642234
Octal25513213706055405444264
Binary10101101101101010111110110000101101100000101100100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5A5F; }

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

 H1.HeaderClassName
 {
   color: #AD5A5F;
 }
 .AnyTagClassName
 {
   color: #AD5A5F;
 }
</style>
background-color css

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

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

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

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

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

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