#AA534D

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

Shades of Apple Blossom #AA534D

Tints of Apple Blossom #AA534D

Color information

#AA534D (or 0xAA534D) is unknown color: approx Apple Blossom. HEX triplet: AA, 53 and 4D. RGB value is (170,83,77). Sum of RGB (Red+Green+Blue) = 170+83+77=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA534D is #55ACB2. Grayscale: #6C6C6C. Windows color (decimal): -5614771 or 5067690. OLE color: 5067690.

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

Color convert

RGB1708377-
CMYK00.510.550.33
HSL3.87º37.65%48.43%-
HSV(B)3.87º54.71%66.67%-
XYZ21.0115.278.86-
YUV108.33110.32171.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.52%
GREEN value IS 83 (32.81% from 255) = 25.15%
BLUE value IS 77 (30.47% from 255) = 23.33%
R=51.52%
G=25.15%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170837700.510.550.333.8737.6548.43
HexAA534D033372142630
Octal252123115063674144660
Binary10101010101001110011010110011110111100001100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA534D; }

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

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

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

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

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

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

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

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