Html Css Color HEX #AA4316 Rust

📋 copy color: '#AA4316'

red 170 ◦ green 67 ◦ blue 22

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

Shades of Rust #AA4316

Tints of Rust #AA4316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.87%

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

R = 65.64%
G = 25.87%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA4316 (or 0xAA4316) is known color: Rust. HEX triplet: AA, 43 and 16. RGB value is (170,67,22). Sum of RGB (Red+Green+Blue) = 170+67+22=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4316 is #55BCE9. Grayscale: #5C5C5C. Windows color (decimal): -5618922 or 1459114. OLE color: 1459114.

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

Color convert

RGB 170 67 22 -
CMYK 0 0.61 0.87 0.33
HSL 18.24º 0.77% 0.38% -
HSV(B) 18.24º 0.87% 0.67% -
XYZ 18.73 12.62 2.21 -
YUV 92.67 88.12 183.16 -
System Red Green Blue C M Y K H S L
Decimal 170 67 22 0 0.61 0.87 0.33 18.24 0.77 0.38
Hex AA 43 16 0 3D 57 21 12 4D 26
Octal 252 103 26 0 75 127 41 22 115 46
Binary 10101010 1000011 10110 0 111101 1010111 100001 10010 1001101 100110

Color Harmonies of #AA4316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4316

Black with #AA4316

Text Example


Text Example

White with #AA4316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4316; }

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

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

background-color css

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

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

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

border-color css

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

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

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