Html Css Color HEX #AA480D Rust

📋 copy color: '#AA480D'

red 170 ◦ green 72 ◦ blue 13

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

Shades of Rust #AA480D

Tints of Rust #AA480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

 BLUE value IS 13 (5.47% from 255) = 5.1%

R = 66.67%
G = 28.24%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA480D (or 0xAA480D) is known color: Rust. HEX triplet: AA, 48 and 0D. RGB value is (170,72,13). Sum of RGB (Red+Green+Blue) = 170+72+13=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA480D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA480D is #55B7F2. Grayscale: #5E5E5E. Windows color (decimal): -5617651 or 870570. OLE color: 870570.

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

Color convert

RGB 170 72 13 -
CMYK 0 0.58 0.92 0.33
HSL 22.55º 0.86% 0.36% -
HSV(B) 22.55º 0.92% 0.67% -
XYZ 18.97 13.21 1.93 -
YUV 94.58 81.97 181.8 -
System Red Green Blue C M Y K H S L
Decimal 170 72 13 0 0.58 0.92 0.33 22.55 0.86 0.36
Hex AA 48 D 0 3A 5C 21 17 56 24
Octal 252 110 15 0 72 134 41 27 126 44
Binary 10101010 1001000 1101 0 111010 1011100 100001 10111 1010110 100100

Color Harmonies of #AA480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA480D

Black with #AA480D

Text Example


Text Example

White with #AA480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA480D; }

 p { color: rgb(170,72,13); }

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

background-color css

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

 a { background-color: rgb(170,72,13); }

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

border-color css

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

 span { border-color: rgb(170,72,13); }

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