Html Css Color HEX #AA4518 Rust

📋 copy color: '#AA4518'

red 170 ◦ green 69 ◦ blue 24

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

Shades of Rust #AA4518

Tints of Rust #AA4518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.24%

 BLUE value IS 24 (9.77% from 255) = 9.13%

R = 64.64%
G = 26.24%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA4518 (or 0xAA4518) is known color: Rust. HEX triplet: AA, 45 and 18. RGB value is (170,69,24). Sum of RGB (Red+Green+Blue) = 170+69+24=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4518 is #55BAE7. Grayscale: #5E5E5E. Windows color (decimal): -5618408 or 1590698. OLE color: 1590698.

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

Color convert

RGB 170 69 24 -
CMYK 0 0.59 0.86 0.33
HSL 18.49º 0.75% 0.38% -
HSV(B) 18.49º 0.86% 0.67% -
XYZ 18.87 12.87 2.35 -
YUV 94.07 88.46 182.16 -
System Red Green Blue C M Y K H S L
Decimal 170 69 24 0 0.59 0.86 0.33 18.49 0.75 0.38
Hex AA 45 18 0 3B 56 21 12 4B 26
Octal 252 105 30 0 73 126 41 22 113 46
Binary 10101010 1000101 11000 0 111011 1010110 100001 10010 1001011 100110

Color Harmonies of #AA4518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4518

Black with #AA4518

Text Example


Text Example

White with #AA4518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4518; }

 p { color: rgb(170,69,24); }

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

background-color css

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

 a { background-color: rgb(170,69,24); }

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

border-color css

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

 span { border-color: rgb(170,69,24); }

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