Html Css Color HEX #AA4813 Rust

📋 copy color: '#AA4813'

red 170 ◦ green 72 ◦ blue 19

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

Shades of Rust #AA4813

Tints of Rust #AA4813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.59%

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

R = 65.13%
G = 27.59%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA4813 (or 0xAA4813) is known color: Rust. HEX triplet: AA, 48 and 13. RGB value is (170,72,19). Sum of RGB (Red+Green+Blue) = 170+72+19=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4813 is #55B7EC. Grayscale: #5F5F5F. Windows color (decimal): -5617645 or 1263786. OLE color: 1263786.

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

Color convert

RGB 170 72 19 -
CMYK 0 0.58 0.89 0.33
HSL 21.06º 0.8% 0.37% -
HSV(B) 21.06º 0.89% 0.67% -
XYZ 19.01 13.23 2.17 -
YUV 95.26 84.97 181.31 -
System Red Green Blue C M Y K H S L
Decimal 170 72 19 0 0.58 0.89 0.33 21.06 0.8 0.37
Hex AA 48 13 0 3A 59 21 15 50 25
Octal 252 110 23 0 72 131 41 25 120 45
Binary 10101010 1001000 10011 0 111010 1011001 100001 10101 1010000 100101

Color Harmonies of #AA4813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4813

Black with #AA4813

Text Example


Text Example

White with #AA4813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4813; }

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

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

background-color css

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

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

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

border-color css

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

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

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