#aa4c3f

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

Shades of Apple Blossom #AA4C3F

Tints of Apple Blossom #AA4C3F

Color information

#AA4C3F (or 0xAA4C3F) is unknown color: approx Apple Blossom. HEX triplet: AA, 4C and 3F. RGB value is (170,76,63). Sum of RGB (Red+Green+Blue) = 170+76+63=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C3F is #55B3C0. Grayscale: #666666. Windows color (decimal): -5616577 or 4148394. OLE color: 4148394.

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

Color convert

RGB1707663-
CMYK00.550.630.33
HSL7.29º45.92%45.69%-
HSV(B)7.29º62.94%66.67%-
XYZ20.0614.076.36-
YUV102.62105.64176.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.02%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 63 (25% from 255) = 20.39%
R=55.02%
G=24.60%
B=20.39%

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
Decimal170766300.550.630.337.2945.9245.69
HexAA4C3F0373F2172e2e
Octal25211477067774175656
Binary1010101010011001111110110111111111100001111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa4c3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa4c3f; }

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

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

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

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

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

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

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

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