#AD6061

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

Shades of Blush #AD6061

Tints of Blush #AD6061

Color information

#AD6061 (or 0xAD6061) is unknown color: approx Blush. HEX triplet: AD, 60 and 61. RGB value is (173,96,97). Sum of RGB (Red+Green+Blue) = 173+96+97=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6061 is #529F9E. Grayscale: #777777. Windows color (decimal): -5414815 or 6381741. OLE color: 6381741.

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

Color convert

RGB1739697-
CMYK00.450.440.32
HSL359.22º31.95%52.75%-
HSV(B)359.22º44.51%67.84%-
XYZ23.5718.1113.56-
YUV119.14115.51166.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=47.27%
G=26.23%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173969700.450.440.32359.2231.9552.75
HexAD606102D2C201672035
Octal25514014105554405474065
Binary10101101110000011000010101101101100100000101100111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6061; }

 p { color: rgb(173,96,97); }

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

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

 a { background-color: rgb(173,96,97); }

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

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

 span { border-color: rgb(173,96,97); }

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