#AD503E

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

Shades of Apple Blossom #AD503E

Tints of Apple Blossom #AD503E

Color information

#AD503E (or 0xAD503E) is unknown color: approx Apple Blossom. HEX triplet: AD, 50 and 3E. RGB value is (173,80,62). Sum of RGB (Red+Green+Blue) = 173+80+62=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD503E is #52AFC1. Grayscale: #696969. Windows color (decimal): -5418946 or 4083885. OLE color: 4083885.

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

Color convert

RGB1738062-
CMYK00.540.640.32
HSL9.73º47.23%46.08%-
HSV(B)9.73º64.16%67.84%-
XYZ20.9714.976.34-
YUV105.75103.31175.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.92%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 62 (24.61% from 255) = 19.68%
R=54.92%
G=25.40%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173806200.540.640.329.7347.2346.08
HexAD503E0364020a2f2e
Octal2551207606610040125756
Binary101011011010000111110011011010000001000001010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD503E; }

 p { color: rgb(173,80,62); }

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

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

 a { background-color: rgb(173,80,62); }

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

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

 span { border-color: rgb(173,80,62); }

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