Html Css Color HEX #AA4A12 Rust

📋 copy color: '#AA4A12'

red 170 ◦ green 74 ◦ blue 18

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

Shades of Rust #AA4A12

Tints of Rust #AA4A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.24%

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

R = 64.89%
G = 28.24%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA4A12 (or 0xAA4A12) is known color: Rust. HEX triplet: AA, 4A and 12. RGB value is (170,74,18). Sum of RGB (Red+Green+Blue) = 170+74+18=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A12 is #55B5ED. Grayscale: #606060. Windows color (decimal): -5617134 or 1198762. OLE color: 1198762.

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

Color convert

RGB 170 74 18 -
CMYK 0 0.56 0.89 0.33
HSL 22.11º 0.81% 0.37% -
HSV(B) 22.11º 0.89% 0.67% -
XYZ 19.14 13.49 2.17 -
YUV 96.32 83.8 180.55 -
System Red Green Blue C M Y K H S L
Decimal 170 74 18 0 0.56 0.89 0.33 22.11 0.81 0.37
Hex AA 4A 12 0 38 59 21 16 51 25
Octal 252 112 22 0 70 131 41 26 121 45
Binary 10101010 1001010 10010 0 111000 1011001 100001 10110 1010001 100101

Color Harmonies of #AA4A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A12

Black with #AA4A12

Text Example


Text Example

White with #AA4A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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