#AD5C5A

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

Shades of Apple Blossom #AD5C5A

Tints of Apple Blossom #AD5C5A

Color information

#AD5C5A (or 0xAD5C5A) is unknown color: approx Apple Blossom. HEX triplet: AD, 5C and 5A. RGB value is (173,92,90). Sum of RGB (Red+Green+Blue) = 173+92+90=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C5A is #52A3A5. Grayscale: #747474. Windows color (decimal): -5415846 or 5921965. OLE color: 5921965.

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

Color convert

RGB1739290-
CMYK00.470.480.32
HSL1.45º33.6%51.57%-
HSV(B)1.45º47.98%67.84%-
XYZ22.9117.2811.8-
YUV115.99113.34168.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.73%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=48.73%
G=25.92%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173929000.470.480.321.4533.651.57
HexAD5C5A02F302012234
Octal255134132057604014264
Binary101011011011100101101001011111100001000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5C5A; }

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

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

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

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

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

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

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

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