Html Css Color HEX #AA3C12 Rust

📋 copy color: '#AA3C12'

red 170 ◦ green 60 ◦ blue 18

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

Shades of Rust #AA3C12

Tints of Rust #AA3C12

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.19%

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

R = 68.55%
G = 24.19%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA3C12 (or 0xAA3C12) is known color: Rust. HEX triplet: AA, 3C and 12. RGB value is (170,60,18). Sum of RGB (Red+Green+Blue) = 170+60+18=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3C12 is #55C3ED. Grayscale: #585858. Windows color (decimal): -5620718 or 1195178. OLE color: 1195178.

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

Color convert

RGB 170 60 18 -
CMYK 0 0.65 0.89 0.33
HSL 16.58º 0.81% 0.37% -
HSV(B) 16.58º 0.89% 0.67% -
XYZ 18.3 11.82 1.89 -
YUV 88.1 88.44 186.42 -
System Red Green Blue C M Y K H S L
Decimal 170 60 18 0 0.65 0.89 0.33 16.58 0.81 0.37
Hex AA 3C 12 0 41 59 21 11 51 25
Octal 252 74 22 0 101 131 41 21 121 45
Binary 10101010 111100 10010 0 1000001 1011001 100001 10001 1010001 100101

Color Harmonies of #AA3C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C12

Black with #AA3C12

Text Example


Text Example

White with #AA3C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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