Html Css Color HEX #AA450E Rust

📋 copy color: '#AA450E'

red 170 ◦ green 69 ◦ blue 14

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

Shades of Rust #AA450E

Tints of Rust #AA450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.27%

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

R = 67.19%
G = 27.27%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA450E (or 0xAA450E) is known color: Rust. HEX triplet: AA, 45 and 0E. RGB value is (170,69,14). Sum of RGB (Red+Green+Blue) = 170+69+14=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA450E is #55BAF1. Grayscale: #5D5D5D. Windows color (decimal): -5618418 or 935338. OLE color: 935338.

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

Color convert

RGB 170 69 14 -
CMYK 0 0.59 0.92 0.33
HSL 21.15º 0.85% 0.36% -
HSV(B) 21.15º 0.92% 0.67% -
XYZ 18.78 12.83 1.9 -
YUV 92.93 83.46 182.97 -
System Red Green Blue C M Y K H S L
Decimal 170 69 14 0 0.59 0.92 0.33 21.15 0.85 0.36
Hex AA 45 E 0 3B 5C 21 15 55 24
Octal 252 105 16 0 73 134 41 25 125 44
Binary 10101010 1000101 1110 0 111011 1011100 100001 10101 1010101 100100

Color Harmonies of #AA450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA450E

Black with #AA450E

Text Example


Text Example

White with #AA450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA450E; }

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

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

background-color css

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

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

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

border-color css

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

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

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