Html Css Color HEX #AA4F13 Rust

📋 copy color: '#AA4F13'

red 170 ◦ green 79 ◦ blue 19

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

Shades of Rust #AA4F13

Tints of Rust #AA4F13

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.48%

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 63.43%
G = 29.48%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA4F13 (or 0xAA4F13) is known color: Rust. HEX triplet: AA, 4F and 13. RGB value is (170,79,19). Sum of RGB (Red+Green+Blue) = 170+79+19=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F13 is #55B0EC. Grayscale: #636363. Windows color (decimal): -5615853 or 1265578. OLE color: 1265578.

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

Color convert

RGB 170 79 19 -
CMYK 0 0.54 0.89 0.33
HSL 23.84º 0.8% 0.37% -
HSV(B) 23.84º 0.89% 0.67% -
XYZ 19.49 14.19 2.33 -
YUV 99.37 82.65 178.38 -
System Red Green Blue C M Y K H S L
Decimal 170 79 19 0 0.54 0.89 0.33 23.84 0.8 0.37
Hex AA 4F 13 0 36 59 21 18 50 25
Octal 252 117 23 0 66 131 41 30 120 45
Binary 10101010 1001111 10011 0 110110 1011001 100001 11000 1010000 100101

Color Harmonies of #AA4F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4F13

Black with #AA4F13

Text Example


Text Example

White with #AA4F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4F13; }

 p { color: rgb(170,79,19); }

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

background-color css

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

 a { background-color: rgb(170,79,19); }

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

border-color css

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

 span { border-color: rgb(170,79,19); }

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