Html Css Color HEX #AA510A Rust

📋 copy color: '#AA510A'

red 170 ◦ green 81 ◦ blue 10

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

Shades of Rust #AA510A

Tints of Rust #AA510A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.03%

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

R = 65.13%
G = 31.03%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA510A (or 0xAA510A) is known color: Rust. HEX triplet: AA, 51 and 0A. RGB value is (170,81,10). Sum of RGB (Red+Green+Blue) = 170+81+10=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA510A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA510A is #55AEF5. Grayscale: #636363. Windows color (decimal): -5615350 or 676266. OLE color: 676266.

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

Color convert

RGB 170 81 10 -
CMYK 0 0.52 0.94 0.33
HSL 26.63º 0.89% 0.35% -
HSV(B) 26.63º 0.94% 0.67% -
XYZ 19.57 14.45 2.05 -
YUV 99.52 77.49 178.27 -
System Red Green Blue C M Y K H S L
Decimal 170 81 10 0 0.52 0.94 0.33 26.63 0.89 0.35
Hex AA 51 A 0 34 5E 21 1B 59 23
Octal 252 121 12 0 64 136 41 33 131 43
Binary 10101010 1010001 1010 0 110100 1011110 100001 11011 1011001 100011

Color Harmonies of #AA510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA510A

Black with #AA510A

Text Example


Text Example

White with #AA510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA510A; }

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

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

background-color css

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

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

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

border-color css

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

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

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