#AA4B45

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

Shades of Apple Blossom #AA4B45

Tints of Apple Blossom #AA4B45

Color information

#AA4B45 (or 0xAA4B45) is unknown color: approx Apple Blossom. HEX triplet: AA, 4B and 45. RGB value is (170,75,69). Sum of RGB (Red+Green+Blue) = 170+75+69=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4B45 is #55B4BA. Grayscale: #666666. Windows color (decimal): -5616827 or 4541354. OLE color: 4541354.

HSL color Cylindrical-coordinate representation of color #AA4B45: hue angle of 3.56º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4B45 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB1707569-
CMYK00.560.590.33
HSL3.56º42.26%46.86%-
HSV(B)3.56º59.41%66.67%-
XYZ20.1714.017.27-
YUV102.72108.97175.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.14%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 69 (27.34% from 255) = 21.97%
R=54.14%
G=23.89%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170756900.560.590.333.5642.2646.86
HexAA4B450383B2142a2f
Octal252113105070734145257
Binary10101010100101110001010111000111011100001100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B45; }

 p { color: rgb(170,75,69); }

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

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

 a { background-color: rgb(170,75,69); }

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

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

 span { border-color: rgb(170,75,69); }

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