Html Css Color HEX #AA4D0E Rust

📋 copy color: '#AA4D0E'

red 170 ◦ green 77 ◦ blue 14

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

Shades of Rust #AA4D0E

Tints of Rust #AA4D0E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.5%

 BLUE value IS 14 (5.86% from 255) = 5.36%

R = 65.13%
G = 29.5%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA4D0E (or 0xAA4D0E) is known color: Rust. HEX triplet: AA, 4D and 0E. RGB value is (170,77,14). Sum of RGB (Red+Green+Blue) = 170+77+14=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D0E is #55B2F1. Grayscale: #616161. Windows color (decimal): -5616370 or 937386. OLE color: 937386.

HSL color Cylindrical-coordinate representation of color #AA4D0E: hue angle of 24.23º degrees, saturation: 0.85, 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 #AA4D0E is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 77 14 -
CMYK 0 0.55 0.92 0.33
HSL 24.23º 0.85% 0.36% -
HSV(B) 24.23º 0.92% 0.67% -
XYZ 19.31 13.89 2.08 -
YUV 97.63 80.81 179.62 -
System Red Green Blue C M Y K H S L
Decimal 170 77 14 0 0.55 0.92 0.33 24.23 0.85 0.36
Hex AA 4D E 0 37 5C 21 18 55 24
Octal 252 115 16 0 67 134 41 30 125 44
Binary 10101010 1001101 1110 0 110111 1011100 100001 11000 1010101 100100

Color Harmonies of #AA4D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D0E

Black with #AA4D0E

Text Example


Text Example

White with #AA4D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D0E; }

 p { color: rgb(170,77,14); }

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

background-color css

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

 a { background-color: rgb(170,77,14); }

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

border-color css

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

 span { border-color: rgb(170,77,14); }

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