Html Css Color HEX #AA4311 Rust

📋 copy color: '#AA4311'

red 170 ◦ green 67 ◦ blue 17

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

Shades of Rust #AA4311

Tints of Rust #AA4311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.69%

R = 66.93%
G = 26.38%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA4311 (or 0xAA4311) is known color: Rust. HEX triplet: AA, 43 and 11. RGB value is (170,67,17). Sum of RGB (Red+Green+Blue) = 170+67+17=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4311 is #55BCEE. Grayscale: #5C5C5C. Windows color (decimal): -5618927 or 1131434. OLE color: 1131434.

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

Color convert

RGB 170 67 17 -
CMYK 0 0.61 0.9 0.33
HSL 19.61º 0.82% 0.37% -
HSV(B) 19.61º 0.9% 0.67% -
XYZ 18.69 12.6 1.98 -
YUV 92.1 85.62 183.57 -
System Red Green Blue C M Y K H S L
Decimal 170 67 17 0 0.61 0.9 0.33 19.61 0.82 0.37
Hex AA 43 11 0 3D 5A 21 14 52 25
Octal 252 103 21 0 75 132 41 24 122 45
Binary 10101010 1000011 10001 0 111101 1011010 100001 10100 1010010 100101

Color Harmonies of #AA4311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4311

Black with #AA4311

Text Example


Text Example

White with #AA4311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4311; }

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

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

background-color css

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

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

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

border-color css

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

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

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