#AD4D3F

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

Shades of Apple Blossom #AD4D3F

Tints of Apple Blossom #AD4D3F

Color information

#AD4D3F (or 0xAD4D3F) is unknown color: approx Apple Blossom. HEX triplet: AD, 4D and 3F. RGB value is (173,77,63). Sum of RGB (Red+Green+Blue) = 173+77+63=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D3F is #52B2C0. Grayscale: #686868. Windows color (decimal): -5419713 or 4148653. OLE color: 4148653.

HSL color Cylindrical-coordinate representation of color #AD4D3F: hue angle of 7.64º 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 #AD4D3F is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB1737763-
CMYK00.550.640.32
HSL7.64º46.61%46.27%-
HSV(B)7.64º63.58%67.84%-
XYZ20.7814.556.42-
YUV104.11104.8177.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.27%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 63 (25% from 255) = 20.13%
R=55.27%
G=24.60%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173776300.550.640.327.6446.6146.27
HexAD4D3F037402082f2e
Octal2551157706710040105756
Binary101011011001101111111011011110000001000001000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4D3F; }

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

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

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

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

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

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

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

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