#AD5A57

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

Shades of Apple Blossom #AD5A57

Tints of Apple Blossom #AD5A57

Color information

#AD5A57 (or 0xAD5A57) is unknown color: approx Apple Blossom. HEX triplet: AD, 5A and 57. RGB value is (173,90,87). Sum of RGB (Red+Green+Blue) = 173+90+87=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A57 is #52A5A8. Grayscale: #727272. Windows color (decimal): -5416361 or 5724845. OLE color: 5724845.

HSL color Cylindrical-coordinate representation of color #AD5A57: hue angle of 2.09º degrees, saturation: 0.34, 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 #AD5A57 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB1739087-
CMYK00.480.500.32
HSL2.09º34.4%50.98%-
HSV(B)2.09º49.71%67.84%-
XYZ22.6116.8811.08-
YUV114.48112.5169.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.43%
GREEN value IS 90 (35.55% from 255) = 25.71%
BLUE value IS 87 (34.38% from 255) = 24.86%
R=49.43%
G=25.71%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173908700.480.500.322.0934.450.98
HexAD5A57030322022233
Octal255132127060624024263
Binary1010110110110101010111011000011001010000010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5A57; }

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

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

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

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

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

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

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

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