Html Css Color HEX #AA440F Rust

📋 copy color: '#AA440F'

red 170 ◦ green 68 ◦ blue 15

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

Shades of Rust #AA440F

Tints of Rust #AA440F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 67.19%
G = 26.88%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA440F (or 0xAA440F) is known color: Rust. HEX triplet: AA, 44 and 0F. RGB value is (170,68,15). Sum of RGB (Red+Green+Blue) = 170+68+15=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA440F is #55BBF0. Grayscale: #5C5C5C. Windows color (decimal): -5618673 or 1000618. OLE color: 1000618.

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

Color convert

RGB 170 68 15 -
CMYK 0 0.6 0.91 0.33
HSL 20.52º 0.84% 0.36% -
HSV(B) 20.52º 0.91% 0.67% -
XYZ 18.73 12.71 1.92 -
YUV 92.46 84.29 183.31 -
System Red Green Blue C M Y K H S L
Decimal 170 68 15 0 0.6 0.91 0.33 20.52 0.84 0.36
Hex AA 44 F 0 3C 5B 21 15 54 24
Octal 252 104 17 0 74 133 41 25 124 44
Binary 10101010 1000100 1111 0 111100 1011011 100001 10101 1010100 100100

Color Harmonies of #AA440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA440F

Black with #AA440F

Text Example


Text Example

White with #AA440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA440F; }

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

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

background-color css

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

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

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

border-color css

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

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

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