#aa534b

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

Shades of Apple Blossom #AA534B

Tints of Apple Blossom #AA534B

Color information

#AA534B (or 0xAA534B) is unknown color: approx Apple Blossom. HEX triplet: AA, 53 and 4B. RGB value is (170,83,75). Sum of RGB (Red+Green+Blue) = 170+83+75=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA534B is #55ACB4. Grayscale: #6C6C6C. Windows color (decimal): -5614773 or 4936618. OLE color: 4936618.

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

Color convert

RGB1708375-
CMYK00.510.560.33
HSL5.05º38.78%48.04%-
HSV(B)5.05º55.88%66.67%-
XYZ20.9415.248.49-
YUV108.1109.32172.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.83%
GREEN value IS 83 (32.81% from 255) = 25.30%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=51.83%
G=25.30%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170837500.510.560.335.0538.7848.04
HexAA534B033382152730
Octal252123113063704154760
Binary10101010101001110010110110011111000100001101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa534b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa534b; }

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

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

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

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

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

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

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

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