#AD514D

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

Shades of Apple Blossom #AD514D

Tints of Apple Blossom #AD514D

Color information

#AD514D (or 0xAD514D) is unknown color: approx Apple Blossom. HEX triplet: AD, 51 and 4D. RGB value is (173,81,77). Sum of RGB (Red+Green+Blue) = 173+81+77=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD514D is #52AEB2. Grayscale: #6C6C6C. Windows color (decimal): -5418675 or 5067181. OLE color: 5067181.

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

Color convert

RGB1738177-
CMYK00.530.550.32
HSL2.5º38.4%49.02%-
HSV(B)2.5º55.49%67.84%-
XYZ21.5215.38.84-
YUV108.05110.48174.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.27%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=52.27%
G=24.47%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173817700.530.550.322.538.449.02
HexAD514D035372032631
Octal255121115065674034661
Binary1010110110100011001101011010111011110000011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD514D; }

 p { color: rgb(173,81,77); }

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

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

 a { background-color: rgb(173,81,77); }

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

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

 span { border-color: rgb(173,81,77); }

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