Html Css Color HEX #AA4416 Rust

📋 copy color: '#AA4416'

red 170 ◦ green 68 ◦ blue 22

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

Shades of Rust #AA4416

Tints of Rust #AA4416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.15%

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

R = 65.38%
G = 26.15%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA4416 (or 0xAA4416) is known color: Rust. HEX triplet: AA, 44 and 16. RGB value is (170,68,22). Sum of RGB (Red+Green+Blue) = 170+68+22=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4416 is #55BBE9. Grayscale: #5D5D5D. Windows color (decimal): -5618666 or 1459370. OLE color: 1459370.

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

Color convert

RGB 170 68 22 -
CMYK 0 0.6 0.87 0.33
HSL 18.65º 0.77% 0.38% -
HSV(B) 18.65º 0.87% 0.67% -
XYZ 18.79 12.74 2.23 -
YUV 93.25 87.79 182.74 -
System Red Green Blue C M Y K H S L
Decimal 170 68 22 0 0.6 0.87 0.33 18.65 0.77 0.38
Hex AA 44 16 0 3C 57 21 13 4D 26
Octal 252 104 26 0 74 127 41 23 115 46
Binary 10101010 1000100 10110 0 111100 1010111 100001 10011 1001101 100110

Color Harmonies of #AA4416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4416

Black with #AA4416

Text Example


Text Example

White with #AA4416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4416; }

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

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

background-color css

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

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

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

border-color css

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

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

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