#AA5043

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

Shades of Apple Blossom #AA5043

Tints of Apple Blossom #AA5043

Color information

#AA5043 (or 0xAA5043) is unknown color: approx Apple Blossom. HEX triplet: AA, 50 and 43. RGB value is (170,80,67). Sum of RGB (Red+Green+Blue) = 170+80+67=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5043 is #55AFBC. Grayscale: #696969. Windows color (decimal): -5615549 or 4411562. OLE color: 4411562.

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

Color convert

RGB1708067-
CMYK00.530.610.33
HSL7.57º43.46%46.47%-
HSV(B)7.57º60.59%66.67%-
XYZ20.4614.697.07-
YUV105.43106.32174.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.63%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 67 (26.56% from 255) = 21.14%
R=53.63%
G=25.24%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170806700.530.610.337.5743.4646.47
HexAA50430353D2182b2e
Octal2521201030657541105356
Binary101010101010000100001101101011111011000011000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5043; }

 p { color: rgb(170,80,67); }

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

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

 a { background-color: rgb(170,80,67); }

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

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

 span { border-color: rgb(170,80,67); }

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