#AD4A40

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

Shades of Apple Blossom #AD4A40

Tints of Apple Blossom #AD4A40

Color information

#AD4A40 (or 0xAD4A40) is unknown color: approx Apple Blossom. HEX triplet: AD, 4A and 40. RGB value is (173,74,64). Sum of RGB (Red+Green+Blue) = 173+74+64=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4A40 is #52B5BF. Grayscale: #666666. Windows color (decimal): -5420480 or 4213421. OLE color: 4213421.

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

Color convert

RGB1737464-
CMYK00.570.630.32
HSL5.5º45.99%46.47%-
HSV(B)5.5º63.01%67.84%-
XYZ20.6114.156.5-
YUV102.46106.3178.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.63%
GREEN value IS 74 (29.30% from 255) = 23.79%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=55.63%
G=23.79%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173746400.570.630.325.545.9946.47
HexAD4A400393F2062e2e
Octal255112100071774065656
Binary10101101100101010000000111001111111100000110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4A40; }

 p { color: rgb(173,74,64); }

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

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

 a { background-color: rgb(173,74,64); }

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

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

 span { border-color: rgb(173,74,64); }

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