#AD4F41

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

Shades of Apple Blossom #AD4F41

Tints of Apple Blossom #AD4F41

Color information

#AD4F41 (or 0xAD4F41) is unknown color: approx Apple Blossom. HEX triplet: AD, 4F and 41. RGB value is (173,79,65). Sum of RGB (Red+Green+Blue) = 173+79+65=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4F41 is #52B0BE. Grayscale: #696969. Windows color (decimal): -5419199 or 4280237. OLE color: 4280237.

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

Color convert

RGB1737965-
CMYK00.540.620.32
HSL7.78º45.38%46.67%-
HSV(B)7.78º62.43%67.84%-
XYZ20.9814.866.76-
YUV105.51105.14176.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.57%
GREEN value IS 79 (31.25% from 255) = 24.92%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=54.57%
G=24.92%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173796500.540.620.327.7845.3846.67
HexAD4F410363E2082d2f
Octal2551171010667640105557
Binary101011011001111100000101101101111101000001000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4F41; }

 p { color: rgb(173,79,65); }

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

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

 a { background-color: rgb(173,79,65); }

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

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

 span { border-color: rgb(173,79,65); }

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