Html Css Color HEX #AA4A10 Rust

📋 copy color: '#AA4A10'

red 170 ◦ green 74 ◦ blue 16

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

Shades of Rust #AA4A10

Tints of Rust #AA4A10

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.46%

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

R = 65.38%
G = 28.46%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA4A10 (or 0xAA4A10) is known color: Rust. HEX triplet: AA, 4A and 10. RGB value is (170,74,16). Sum of RGB (Red+Green+Blue) = 170+74+16=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A10 is #55B5EF. Grayscale: #606060. Windows color (decimal): -5617136 or 1067690. OLE color: 1067690.

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

Color convert

RGB 170 74 16 -
CMYK 0 0.56 0.91 0.33
HSL 22.6º 0.83% 0.36% -
HSV(B) 22.6º 0.91% 0.67% -
XYZ 19.12 13.48 2.08 -
YUV 96.09 82.8 180.72 -
System Red Green Blue C M Y K H S L
Decimal 170 74 16 0 0.56 0.91 0.33 22.6 0.83 0.36
Hex AA 4A 10 0 38 5B 21 17 53 24
Octal 252 112 20 0 70 133 41 27 123 44
Binary 10101010 1001010 10000 0 111000 1011011 100001 10111 1010011 100100

Color Harmonies of #AA4A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A10

Black with #AA4A10

Text Example


Text Example

White with #AA4A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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