Html Css Color HEX #AA4B13 Rust

📋 copy color: '#AA4B13'

red 170 ◦ green 75 ◦ blue 19

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

Shades of Rust #AA4B13

Tints of Rust #AA4B13

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.41%

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

R = 64.39%
G = 28.41%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA4B13 (or 0xAA4B13) is known color: Rust. HEX triplet: AA, 4B and 13. RGB value is (170,75,19). Sum of RGB (Red+Green+Blue) = 170+75+19=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4B13 is #55B4EC. Grayscale: #616161. Windows color (decimal): -5616877 or 1264554. OLE color: 1264554.

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

Color convert

RGB 170 75 19 -
CMYK 0 0.56 0.89 0.33
HSL 22.25º 0.8% 0.37% -
HSV(B) 22.25º 0.89% 0.67% -
XYZ 19.21 13.63 2.23 -
YUV 97.02 83.97 180.05 -
System Red Green Blue C M Y K H S L
Decimal 170 75 19 0 0.56 0.89 0.33 22.25 0.8 0.37
Hex AA 4B 13 0 38 59 21 16 50 25
Octal 252 113 23 0 70 131 41 26 120 45
Binary 10101010 1001011 10011 0 111000 1011001 100001 10110 1010000 100101

Color Harmonies of #AA4B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4B13

Black with #AA4B13

Text Example


Text Example

White with #AA4B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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