#AD5B58

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

Shades of Apple Blossom #AD5B58

Tints of Apple Blossom #AD5B58

Color information

#AD5B58 (or 0xAD5B58) is unknown color: approx Apple Blossom. HEX triplet: AD, 5B and 58. RGB value is (173,91,88). Sum of RGB (Red+Green+Blue) = 173+91+88=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B58 is #52A4A7. Grayscale: #737373. Windows color (decimal): -5416104 or 5790637. OLE color: 5790637.

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

Color convert

RGB1739188-
CMYK00.470.490.32
HSL2.12º34.14%51.18%-
HSV(B)2.12º49.13%67.84%-
XYZ22.7417.0711.33-
YUV115.18112.67169.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.15%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 88 (34.77% from 255) = 25%
R=49.15%
G=25.85%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173918800.470.490.322.1234.1451.18
HexAD5B5802F312022233
Octal255133130057614024263
Binary1010110110110111011000010111111000110000010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5B58; }

 p { color: rgb(173,91,88); }

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

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

 a { background-color: rgb(173,91,88); }

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

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

 span { border-color: rgb(173,91,88); }

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