#AA3017

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

Shades of Fire Brick #AA3017

Tints of Fire Brick #AA3017

Color information

#AA3017 (or 0xAA3017) is unknown color: approx Fire Brick. HEX triplet: AA, 30 and 17. RGB value is (170,48,23). Sum of RGB (Red+Green+Blue) = 170+48+23=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3017 is #55CFE8. Grayscale: #515151. Windows color (decimal): -5623785 or 1519786. OLE color: 1519786.

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

Color convert

RGB1704823-
CMYK00.720.860.33
HSL10.2º76.17%37.84%-
HSV(B)10.2º86.47%66.67%-
XYZ17.7910.721.94-
YUV81.6394.92191.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 70.54%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 23 (9.38% from 255) = 9.54%
R=70.54%
G=19.92%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170482300.720.860.3310.276.1737.84
HexAA30170485621a4c26
Octal25260270110126411211446
Binary101010101100001011101001000101011010000110101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3017; }

 p { color: rgb(170,48,23); }

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

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

 a { background-color: rgb(170,48,23); }

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

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

 span { border-color: rgb(170,48,23); }

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