Html Css Color HEX #AA170E Fire Brick

📋 copy color: '#AA170E'

red 170 ◦ green 23 ◦ blue 14

#AA170E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #AA170E

Tints of Fire Brick #AA170E

RGB

 RED value IS 170 (66.8% from 255) = 82.13%

 GREEN value IS 23 (9.38% from 255) = 11.11%

 BLUE value IS 14 (5.86% from 255) = 6.76%

R = 82.13%
G = 11.11%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA170E (or 0xAA170E) is known color: Fire Brick. HEX triplet: AA, 17 and 0E. RGB value is (170,23,14). Sum of RGB (Red+Green+Blue) = 170+23+14=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA170E is #55E8F1. Grayscale: #424242. Windows color (decimal): -5630194 or 923562. OLE color: 923562.

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

Color convert

RGB 170 23 14 -
CMYK 0 0.86 0.92 0.33
HSL 3.46º 0.85% 0.36% -
HSV(B) 3.46º 0.92% 0.67% -
XYZ 16.96 9.19 1.3 -
YUV 65.93 98.7 202.23 -
System Red Green Blue C M Y K H S L
Decimal 170 23 14 0 0.86 0.92 0.33 3.46 0.85 0.36
Hex AA 17 E 0 56 5C 21 3 55 24
Octal 252 27 16 0 126 134 41 3 125 44
Binary 10101010 10111 1110 0 1010110 1011100 100001 11 1010101 100100

Color Harmonies of #AA170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA170E

Black with #AA170E

Text Example


Text Example

White with #AA170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA170E; }

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

 H1.HeaderClassName
 {
   color: #AA170E;
 }
 .AnyTagClassName
 {
   color: #AA170E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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