#AD5066

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

Shades of Blush #AD5066

Tints of Blush #AD5066

Color information

#AD5066 (or 0xAD5066) is unknown color: approx Blush. HEX triplet: AD, 50 and 66. RGB value is (173,80,102). Sum of RGB (Red+Green+Blue) = 173+80+102=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5066 is #52AF99. Grayscale: #6E6E6E. Windows color (decimal): -5418906 or 6705325. OLE color: 6705325.

HSL color Cylindrical-coordinate representation of color #AD5066: hue angle of 345.81º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5066 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB17380102-
CMYK00.540.410.32
HSL345.81º36.76%49.61%-
HSV(B)345.81º53.76%67.84%-
XYZ22.515.5814.39-
YUV110.31123.31172.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.73%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 102 (40.23% from 255) = 28.73%
R=48.73%
G=22.54%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738010200.540.410.32345.8136.7649.61
HexAD5066036292015a2532
Octal25512014606651405324562
Binary10101101101000011001100110110101001100000101011010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5066; }

 p { color: rgb(173,80,102); }

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

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

 a { background-color: rgb(173,80,102); }

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

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

 span { border-color: rgb(173,80,102); }

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