Html Css Color HEX #AA510C Rust

📋 copy color: '#AA510C'

red 170 ◦ green 81 ◦ blue 12

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

Shades of Rust #AA510C

Tints of Rust #AA510C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.56%

R = 64.64%
G = 30.8%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA510C (or 0xAA510C) is known color: Rust. HEX triplet: AA, 51 and 0C. RGB value is (170,81,12). Sum of RGB (Red+Green+Blue) = 170+81+12=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA510C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA510C is #55AEF3. Grayscale: #646464. Windows color (decimal): -5615348 or 807338. OLE color: 807338.

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

Color convert

RGB 170 81 12 -
CMYK 0 0.52 0.93 0.33
HSL 26.2º 0.87% 0.36% -
HSV(B) 26.2º 0.93% 0.67% -
XYZ 19.59 14.46 2.11 -
YUV 99.75 78.49 178.11 -
System Red Green Blue C M Y K H S L
Decimal 170 81 12 0 0.52 0.93 0.33 26.2 0.87 0.36
Hex AA 51 C 0 34 5D 21 1A 57 24
Octal 252 121 14 0 64 135 41 32 127 44
Binary 10101010 1010001 1100 0 110100 1011101 100001 11010 1010111 100100

Color Harmonies of #AA510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA510C

Black with #AA510C

Text Example


Text Example

White with #AA510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA510C; }

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

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

background-color css

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

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

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

border-color css

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

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

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