Html Css Color HEX #AA4313 Rust

📋 copy color: '#AA4313'

red 170 ◦ green 67 ◦ blue 19

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

Shades of Rust #AA4313

Tints of Rust #AA4313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

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

R = 66.41%
G = 26.17%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA4313 (or 0xAA4313) is known color: Rust. HEX triplet: AA, 43 and 13. RGB value is (170,67,19). Sum of RGB (Red+Green+Blue) = 170+67+19=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4313 is #55BCEC. Grayscale: #5C5C5C. Windows color (decimal): -5618925 or 1262506. OLE color: 1262506.

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

Color convert

RGB 170 67 19 -
CMYK 0 0.61 0.89 0.33
HSL 19.07º 0.8% 0.37% -
HSV(B) 19.07º 0.89% 0.67% -
XYZ 18.7 12.61 2.06 -
YUV 92.33 86.62 183.4 -
System Red Green Blue C M Y K H S L
Decimal 170 67 19 0 0.61 0.89 0.33 19.07 0.8 0.37
Hex AA 43 13 0 3D 59 21 13 50 25
Octal 252 103 23 0 75 131 41 23 120 45
Binary 10101010 1000011 10011 0 111101 1011001 100001 10011 1010000 100101

Color Harmonies of #AA4313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4313

Black with #AA4313

Text Example


Text Example

White with #AA4313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4313; }

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

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

background-color css

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

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

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

border-color css

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

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

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