Html Css Color HEX #AA4D12 Rust

📋 copy color: '#AA4D12'

red 170 ◦ green 77 ◦ blue 18

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

Shades of Rust #AA4D12

Tints of Rust #AA4D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.06%

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

R = 64.15%
G = 29.06%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA4D12 (or 0xAA4D12) is known color: Rust. HEX triplet: AA, 4D and 12. RGB value is (170,77,18). Sum of RGB (Red+Green+Blue) = 170+77+18=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D12 is #55B2ED. Grayscale: #626262. Windows color (decimal): -5616366 or 1199530. OLE color: 1199530.

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

Color convert

RGB 170 77 18 -
CMYK 0 0.55 0.89 0.33
HSL 23.29º 0.81% 0.37% -
HSV(B) 23.29º 0.89% 0.67% -
XYZ 19.34 13.9 2.24 -
YUV 98.08 82.81 179.3 -
System Red Green Blue C M Y K H S L
Decimal 170 77 18 0 0.55 0.89 0.33 23.29 0.81 0.37
Hex AA 4D 12 0 37 59 21 17 51 25
Octal 252 115 22 0 67 131 41 27 121 45
Binary 10101010 1001101 10010 0 110111 1011001 100001 10111 1010001 100101

Color Harmonies of #AA4D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D12

Black with #AA4D12

Text Example


Text Example

White with #AA4D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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