Html Css Color HEX #AA440C Rust

📋 copy color: '#AA440C'

red 170 ◦ green 68 ◦ blue 12

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

Shades of Rust #AA440C

Tints of Rust #AA440C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.2%

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

R = 68%
G = 27.2%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA440C (or 0xAA440C) is known color: Rust. HEX triplet: AA, 44 and 0C. RGB value is (170,68,12). Sum of RGB (Red+Green+Blue) = 170+68+12=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA440C is #55BBF3. Grayscale: #5C5C5C. Windows color (decimal): -5618676 or 804010. OLE color: 804010.

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

Color convert

RGB 170 68 12 -
CMYK 0 0.6 0.93 0.33
HSL 21.27º 0.87% 0.36% -
HSV(B) 21.27º 0.93% 0.67% -
XYZ 18.71 12.71 1.81 -
YUV 92.11 82.79 183.55 -
System Red Green Blue C M Y K H S L
Decimal 170 68 12 0 0.6 0.93 0.33 21.27 0.87 0.36
Hex AA 44 C 0 3C 5D 21 15 57 24
Octal 252 104 14 0 74 135 41 25 127 44
Binary 10101010 1000100 1100 0 111100 1011101 100001 10101 1010111 100100

Color Harmonies of #AA440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA440C

Black with #AA440C

Text Example


Text Example

White with #AA440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA440C; }

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

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

background-color css

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

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

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

border-color css

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

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

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