#AA4D3F

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

Shades of Apple Blossom #AA4D3F

Tints of Apple Blossom #AA4D3F

Color information

#AA4D3F (or 0xAA4D3F) is unknown color: approx Apple Blossom. HEX triplet: AA, 4D and 3F. RGB value is (170,77,63). Sum of RGB (Red+Green+Blue) = 170+77+63=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D3F is #55B2C0. Grayscale: #676767. Windows color (decimal): -5616321 or 4148650. OLE color: 4148650.

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

Color convert

RGB1707763-
CMYK00.550.630.33
HSL7.85º45.92%45.69%-
HSV(B)7.85º62.94%66.67%-
XYZ20.1314.216.39-
YUV103.21105.31175.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.84%
GREEN value IS 77 (30.47% from 255) = 24.84%
BLUE value IS 63 (25% from 255) = 20.32%
R=54.84%
G=24.84%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170776300.550.630.337.8545.9245.69
HexAA4D3F0373F2182e2e
Octal252115770677741105656
Binary10101010100110111111101101111111111000011000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D3F; }

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

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

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

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

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

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

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

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