Html Css Color HEX #AA510F Rust

📋 copy color: '#AA510F'

red 170 ◦ green 81 ◦ blue 15

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

Shades of Rust #AA510F

Tints of Rust #AA510F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.64%

R = 63.91%
G = 30.45%
B = 5.64%

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

#AA510F (or 0xAA510F) is known color: Rust. HEX triplet: AA, 51 and 0F. RGB value is (170,81,15). Sum of RGB (Red+Green+Blue) = 170+81+15=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA510F is #55AEF0. Grayscale: #646464. Windows color (decimal): -5615345 or 1003946. OLE color: 1003946.

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

Color convert

RGB 170 81 15 -
CMYK 0 0.52 0.91 0.33
HSL 25.55º 0.84% 0.36% -
HSV(B) 25.55º 0.91% 0.67% -
XYZ 19.61 14.47 2.21 -
YUV 100.09 79.99 177.87 -
System Red Green Blue C M Y K H S L
Decimal 170 81 15 0 0.52 0.91 0.33 25.55 0.84 0.36
Hex AA 51 F 0 34 5B 21 1A 54 24
Octal 252 121 17 0 64 133 41 32 124 44
Binary 10101010 1010001 1111 0 110100 1011011 100001 11010 1010100 100100

Color Harmonies of #AA510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA510F

Black with #AA510F

Text Example


Text Example

White with #AA510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA510F; }

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

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

background-color css

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

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

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

border-color css

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

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

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