Html Css Color HEX #AA480C Rust

📋 copy color: '#AA480C'

red 170 ◦ green 72 ◦ blue 12

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

Shades of Rust #AA480C

Tints of Rust #AA480C

RGB

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

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

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

R = 66.93%
G = 28.35%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA480C (or 0xAA480C) is known color: Rust. HEX triplet: AA, 48 and 0C. RGB value is (170,72,12). Sum of RGB (Red+Green+Blue) = 170+72+12=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA480C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA480C is #55B7F3. Grayscale: #5E5E5E. Windows color (decimal): -5617652 or 805034. OLE color: 805034.

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

Color convert

RGB 170 72 12 -
CMYK 0 0.58 0.93 0.33
HSL 22.78º 0.87% 0.36% -
HSV(B) 22.78º 0.93% 0.67% -
XYZ 18.96 13.21 1.9 -
YUV 94.46 81.47 181.88 -
System Red Green Blue C M Y K H S L
Decimal 170 72 12 0 0.58 0.93 0.33 22.78 0.87 0.36
Hex AA 48 C 0 3A 5D 21 17 57 24
Octal 252 110 14 0 72 135 41 27 127 44
Binary 10101010 1001000 1100 0 111010 1011101 100001 10111 1010111 100100

Color Harmonies of #AA480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA480C

Black with #AA480C

Text Example


Text Example

White with #AA480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA480C; }

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

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

background-color css

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

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

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

border-color css

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

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

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