Html Css Color HEX #AA420A Rust

📋 copy color: '#AA420A'

red 170 ◦ green 66 ◦ blue 10

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

Shades of Rust #AA420A

Tints of Rust #AA420A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.83%

 BLUE value IS 10 (4.3% from 255) = 4.07%

R = 69.11%
G = 26.83%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA420A (or 0xAA420A) is known color: Rust. HEX triplet: AA, 42 and 0A. RGB value is (170,66,10). Sum of RGB (Red+Green+Blue) = 170+66+10=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA420A is #55BDF5. Grayscale: #5B5B5B. Windows color (decimal): -5619190 or 672426. OLE color: 672426.

HSL color Cylindrical-coordinate representation of color #AA420A: hue angle of 21º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA420A is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 66 10 -
CMYK 0 0.61 0.94 0.33
HSL 21º 0.89% 0.35% -
HSV(B) 21º 0.94% 0.67% -
XYZ 18.58 12.46 1.71 -
YUV 90.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 170 66 10 0 0.61 0.94 0.33 21 0.89 0.35
Hex AA 42 A 0 3D 5E 21 15 59 23
Octal 252 102 12 0 75 136 41 25 131 43
Binary 10101010 1000010 1010 0 111101 1011110 100001 10101 1011001 100011

Color Harmonies of #AA420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA420A

Black with #AA420A

Text Example


Text Example

White with #AA420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA420A; }

 p { color: rgb(170,66,10); }

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

background-color css

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

 a { background-color: rgb(170,66,10); }

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

border-color css

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

 span { border-color: rgb(170,66,10); }

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