Html Css Color HEX #AA4715 Rust

📋 copy color: '#AA4715'

red 170 ◦ green 71 ◦ blue 21

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

Shades of Rust #AA4715

Tints of Rust #AA4715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.1%

 BLUE value IS 21 (8.59% from 255) = 8.02%

R = 64.89%
G = 27.1%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA4715 (or 0xAA4715) is known color: Rust. HEX triplet: AA, 47 and 15. RGB value is (170,71,21). Sum of RGB (Red+Green+Blue) = 170+71+21=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4715 is #55B8EA. Grayscale: #5F5F5F. Windows color (decimal): -5617899 or 1394602. OLE color: 1394602.

HSL color Cylindrical-coordinate representation of color #AA4715: hue angle of 20.13º degrees, saturation: 0.78, 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 #AA4715 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 71 21 -
CMYK 0 0.58 0.88 0.33
HSL 20.13º 0.78% 0.37% -
HSV(B) 20.13º 0.88% 0.67% -
XYZ 18.97 13.11 2.24 -
YUV 94.9 86.3 181.57 -
System Red Green Blue C M Y K H S L
Decimal 170 71 21 0 0.58 0.88 0.33 20.13 0.78 0.37
Hex AA 47 15 0 3A 58 21 14 4E 25
Octal 252 107 25 0 72 130 41 24 116 45
Binary 10101010 1000111 10101 0 111010 1011000 100001 10100 1001110 100101

Color Harmonies of #AA4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4715

Black with #AA4715

Text Example


Text Example

White with #AA4715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4715; }

 p { color: rgb(170,71,21); }

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

background-color css

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

 a { background-color: rgb(170,71,21); }

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

border-color css

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

 span { border-color: rgb(170,71,21); }

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