Html Css Color HEX #AA5110 Rust

📋 copy color: '#AA5110'

red 170 ◦ green 81 ◦ blue 16

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

Shades of Rust #AA5110

Tints of Rust #AA5110

RGB

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

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

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

R = 63.67%
G = 30.34%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA5110 (or 0xAA5110) is known color: Rust. HEX triplet: AA, 51 and 10. RGB value is (170,81,16). Sum of RGB (Red+Green+Blue) = 170+81+16=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5110 is #55AEEF. Grayscale: #646464. Windows color (decimal): -5615344 or 1069482. OLE color: 1069482.

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

Color convert

RGB 170 81 16 -
CMYK 0 0.52 0.91 0.33
HSL 25.32º 0.83% 0.36% -
HSV(B) 25.32º 0.91% 0.67% -
XYZ 19.61 14.47 2.25 -
YUV 100.2 80.49 177.79 -
System Red Green Blue C M Y K H S L
Decimal 170 81 16 0 0.52 0.91 0.33 25.32 0.83 0.36
Hex AA 51 10 0 34 5B 21 19 53 24
Octal 252 121 20 0 64 133 41 31 123 44
Binary 10101010 1010001 10000 0 110100 1011011 100001 11001 1010011 100100

Color Harmonies of #AA5110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5110

Black with #AA5110

Text Example


Text Example

White with #AA5110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5110; }

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

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

background-color css

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

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

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

border-color css

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

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

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