#AD594F

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

Shades of Apple Blossom #AD594F

Tints of Apple Blossom #AD594F

Color information

#AD594F (or 0xAD594F) is unknown color: approx Apple Blossom. HEX triplet: AD, 59 and 4F. RGB value is (173,89,79). Sum of RGB (Red+Green+Blue) = 173+89+79=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD594F is #52A6B0. Grayscale: #717171. Windows color (decimal): -5416625 or 5200301. OLE color: 5200301.

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

Color convert

RGB1738979-
CMYK00.490.540.32
HSL6.38º37.3%49.41%-
HSV(B)6.38º54.34%67.84%-
XYZ22.2216.599.43-
YUV112.98108.83170.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.73%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 79 (31.25% from 255) = 23.17%
R=50.73%
G=26.10%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173897900.490.540.326.3837.349.41
HexAD594F031362062531
Octal255131117061664064561
Binary10101101101100110011110110001110110100000110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD594F; }

 p { color: rgb(173,89,79); }

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

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

 a { background-color: rgb(173,89,79); }

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

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

 span { border-color: rgb(173,89,79); }

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