Html Css Color HEX #AA4810 Rust

📋 copy color: '#AA4810'

red 170 ◦ green 72 ◦ blue 16

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

Shades of Rust #AA4810

Tints of Rust #AA4810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 65.89%
G = 27.91%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA4810 (or 0xAA4810) is known color: Rust. HEX triplet: AA, 48 and 10. RGB value is (170,72,16). Sum of RGB (Red+Green+Blue) = 170+72+16=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4810 is #55B7EF. Grayscale: #5F5F5F. Windows color (decimal): -5617648 or 1067178. OLE color: 1067178.

HSL color Cylindrical-coordinate representation of color #AA4810: hue angle of 21.82º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA4810 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 72 16 -
CMYK 0 0.58 0.91 0.33
HSL 21.82º 0.83% 0.36% -
HSV(B) 21.82º 0.91% 0.67% -
XYZ 18.99 13.22 2.04 -
YUV 94.92 83.47 181.55 -
System Red Green Blue C M Y K H S L
Decimal 170 72 16 0 0.58 0.91 0.33 21.82 0.83 0.36
Hex AA 48 10 0 3A 5B 21 16 53 24
Octal 252 110 20 0 72 133 41 26 123 44
Binary 10101010 1001000 10000 0 111010 1011011 100001 10110 1010011 100100

Color Harmonies of #AA4810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4810

Black with #AA4810

Text Example


Text Example

White with #AA4810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4810; }

 p { color: rgb(170,72,16); }

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

background-color css

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

 a { background-color: rgb(170,72,16); }

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

border-color css

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

 span { border-color: rgb(170,72,16); }

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