Html Css Color HEX #AA4612 Rust

📋 copy color: '#AA4612'

red 170 ◦ green 70 ◦ blue 18

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

Shades of Rust #AA4612

Tints of Rust #AA4612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.13%

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

R = 65.89%
G = 27.13%
B = 6.98%

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

#AA4612 (or 0xAA4612) is known color: Rust. HEX triplet: AA, 46 and 12. RGB value is (170,70,18). Sum of RGB (Red+Green+Blue) = 170+70+18=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4612 is #55B9ED. Grayscale: #5E5E5E. Windows color (decimal): -5618158 or 1197738. OLE color: 1197738.

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

Color convert

RGB 170 70 18 -
CMYK 0 0.59 0.89 0.33
HSL 20.53º 0.81% 0.37% -
HSV(B) 20.53º 0.89% 0.67% -
XYZ 18.88 12.97 2.08 -
YUV 93.97 85.13 182.23 -
System Red Green Blue C M Y K H S L
Decimal 170 70 18 0 0.59 0.89 0.33 20.53 0.81 0.37
Hex AA 46 12 0 3B 59 21 15 51 25
Octal 252 106 22 0 73 131 41 25 121 45
Binary 10101010 1000110 10010 0 111011 1011001 100001 10101 1010001 100101

Color Harmonies of #AA4612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4612

Black with #AA4612

Text Example


Text Example

White with #AA4612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4612; }

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

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

background-color css

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

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

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

border-color css

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

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

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