Html Css Color HEX #AA3316 Rust

📋 copy color: '#AA3316'

red 170 ◦ green 51 ◦ blue 22

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

Shades of Rust #AA3316

Tints of Rust #AA3316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.99%

 BLUE value IS 22 (8.98% from 255) = 9.05%

R = 69.96%
G = 20.99%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA3316 (or 0xAA3316) is known color: Rust. HEX triplet: AA, 33 and 16. RGB value is (170,51,22). Sum of RGB (Red+Green+Blue) = 170+51+22=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3316 is #55CCE9. Grayscale: #535353. Windows color (decimal): -5623018 or 1455018. OLE color: 1455018.

HSL color Cylindrical-coordinate representation of color #AA3316: hue angle of 11.76º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA3316 is Cyan = 0, Magento = 0.7, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 51 22 -
CMYK 0 0.7 0.87 0.33
HSL 11.76º 0.77% 0.38% -
HSV(B) 11.76º 0.87% 0.67% -
XYZ 17.91 10.97 1.93 -
YUV 83.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 170 51 22 0 0.7 0.87 0.33 11.76 0.77 0.38
Hex AA 33 16 0 46 57 21 C 4D 26
Octal 252 63 26 0 106 127 41 14 115 46
Binary 10101010 110011 10110 0 1000110 1010111 100001 1100 1001101 100110

Color Harmonies of #AA3316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3316

Black with #AA3316

Text Example


Text Example

White with #AA3316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3316; }

 p { color: rgb(170,51,22); }

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

background-color css

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

 a { background-color: rgb(170,51,22); }

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

border-color css

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

 span { border-color: rgb(170,51,22); }

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