Html Css Color HEX #AA4D14 Rust

📋 copy color: '#AA4D14'

red 170 ◦ green 77 ◦ blue 20

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

Shades of Rust #AA4D14

Tints of Rust #AA4D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 63.67%
G = 28.84%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA4D14 (or 0xAA4D14) is known color: Rust. HEX triplet: AA, 4D and 14. RGB value is (170,77,20). Sum of RGB (Red+Green+Blue) = 170+77+20=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D14 is #55B2EB. Grayscale: #626262. Windows color (decimal): -5616364 or 1330602. OLE color: 1330602.

HSL color Cylindrical-coordinate representation of color #AA4D14: hue angle of 22.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA4D14 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 77 20 -
CMYK 0 0.55 0.88 0.33
HSL 22.8º 0.79% 0.37% -
HSV(B) 22.8º 0.88% 0.67% -
XYZ 19.36 13.9 2.33 -
YUV 98.31 83.81 179.13 -
System Red Green Blue C M Y K H S L
Decimal 170 77 20 0 0.55 0.88 0.33 22.8 0.79 0.37
Hex AA 4D 14 0 37 58 21 17 4F 25
Octal 252 115 24 0 67 130 41 27 117 45
Binary 10101010 1001101 10100 0 110111 1011000 100001 10111 1001111 100101

Color Harmonies of #AA4D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D14

Black with #AA4D14

Text Example


Text Example

White with #AA4D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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