#AD5D56

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

Shades of Apple Blossom #AD5D56

Tints of Apple Blossom #AD5D56

Color information

#AD5D56 (or 0xAD5D56) is unknown color: approx Apple Blossom. HEX triplet: AD, 5D and 56. RGB value is (173,93,86). Sum of RGB (Red+Green+Blue) = 173+93+86=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5D56 is #52A2A9. Grayscale: #747474. Windows color (decimal): -5415594 or 5660077. OLE color: 5660077.

HSL color Cylindrical-coordinate representation of color #AD5D56: hue angle of 4.83º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5D56 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB1739386-
CMYK00.460.500.32
HSL4.83º34.66%50.78%-
HSV(B)4.83º50.29%67.84%-
XYZ22.8317.3810.96-
YUV116.12111168.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.15%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 86 (33.98% from 255) = 24.43%
R=49.15%
G=26.42%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173938600.460.500.324.8334.6650.78
HexAD5D5602E322052333
Octal255135126056624054363
Binary10101101101110110101100101110110010100000101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5D56; }

 p { color: rgb(173,93,86); }

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

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

 a { background-color: rgb(173,93,86); }

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

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

 span { border-color: rgb(173,93,86); }

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