Html Css Color HEX #AA4512 Rust

📋 copy color: '#AA4512'

red 170 ◦ green 69 ◦ blue 18

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

Shades of Rust #AA4512

Tints of Rust #AA4512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

 BLUE value IS 18 (7.42% from 255) = 7%

R = 66.15%
G = 26.85%
B = 7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA4512 (or 0xAA4512) is known color: Rust. HEX triplet: AA, 45 and 12. RGB value is (170,69,18). Sum of RGB (Red+Green+Blue) = 170+69+18=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4512 is #55BAED. Grayscale: #5D5D5D. Windows color (decimal): -5618414 or 1197482. OLE color: 1197482.

HSL color Cylindrical-coordinate representation of color #AA4512: hue angle of 20.13º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA4512 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 69 18 -
CMYK 0 0.59 0.89 0.33
HSL 20.13º 0.81% 0.37% -
HSV(B) 20.13º 0.89% 0.67% -
XYZ 18.81 12.85 2.06 -
YUV 93.39 85.46 182.65 -
System Red Green Blue C M Y K H S L
Decimal 170 69 18 0 0.59 0.89 0.33 20.13 0.81 0.37
Hex AA 45 12 0 3B 59 21 14 51 25
Octal 252 105 22 0 73 131 41 24 121 45
Binary 10101010 1000101 10010 0 111011 1011001 100001 10100 1010001 100101

Color Harmonies of #AA4512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4512

Black with #AA4512

Text Example


Text Example

White with #AA4512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4512; }

 p { color: rgb(170,69,18); }

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

background-color css

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

 a { background-color: rgb(170,69,18); }

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

border-color css

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

 span { border-color: rgb(170,69,18); }

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