Html Css Color HEX #AA4918 Rust

📋 copy color: '#AA4918'

red 170 ◦ green 73 ◦ blue 24

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

Shades of Rust #AA4918

Tints of Rust #AA4918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.34%

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

R = 63.67%
G = 27.34%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA4918 (or 0xAA4918) is known color: Rust. HEX triplet: AA, 49 and 18. RGB value is (170,73,24). Sum of RGB (Red+Green+Blue) = 170+73+24=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4918 is #55B6E7. Grayscale: #606060. Windows color (decimal): -5617384 or 1591722. OLE color: 1591722.

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

Color convert

RGB 170 73 24 -
CMYK 0 0.57 0.86 0.33
HSL 20.14º 0.75% 0.38% -
HSV(B) 20.14º 0.86% 0.67% -
XYZ 19.12 13.38 2.44 -
YUV 96.42 87.14 180.48 -
System Red Green Blue C M Y K H S L
Decimal 170 73 24 0 0.57 0.86 0.33 20.14 0.75 0.38
Hex AA 49 18 0 39 56 21 14 4B 26
Octal 252 111 30 0 71 126 41 24 113 46
Binary 10101010 1001001 11000 0 111001 1010110 100001 10100 1001011 100110

Color Harmonies of #AA4918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4918

Black with #AA4918

Text Example


Text Example

White with #AA4918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4918; }

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

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

background-color css

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

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

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

border-color css

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

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

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