#AA503F

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

Shades of Crail #AA503F

Tints of Crail #AA503F

Color information

#AA503F (or 0xAA503F) is unknown color: approx Crail. HEX triplet: AA, 50 and 3F. RGB value is (170,80,63). Sum of RGB (Red+Green+Blue) = 170+80+63=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA503F is #55AFC0. Grayscale: #696969. Windows color (decimal): -5615553 or 4149418. OLE color: 4149418.

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

Color convert

RGB1708063-
CMYK00.530.630.33
HSL9.53º45.92%45.69%-
HSV(B)9.53º62.94%66.67%-
XYZ20.3414.646.46-
YUV104.97104.32174.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.31%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 63 (25% from 255) = 20.13%
R=54.31%
G=25.56%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170806300.530.630.339.5345.9245.69
HexAA503F0353F21a2e2e
Octal252120770657741125656
Binary10101010101000011111101101011111111000011010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA503F; }

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

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

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

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

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

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

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

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