Html Css Color HEX #AA4503 Rust

📋 copy color: '#AA4503'

red 170 ◦ green 69 ◦ blue 3

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

Shades of Rust #AA4503

Tints of Rust #AA4503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.51%

 BLUE value IS 3 (1.56% from 255) = 1.24%

R = 70.25%
G = 28.51%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA4503 (or 0xAA4503) is known color: Rust. HEX triplet: AA, 45 and 03. RGB value is (170,69,3). Sum of RGB (Red+Green+Blue) = 170+69+3=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4503 is #55BAFC. Grayscale: #5C5C5C. Windows color (decimal): -5618429 or 214442. OLE color: 214442.

HSL color Cylindrical-coordinate representation of color #AA4503: hue angle of 23.71º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA4503 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 69 3 -
CMYK 0 0.59 0.98 0.33
HSL 23.71º 0.97% 0.34% -
HSV(B) 23.71º 0.98% 0.67% -
XYZ 18.72 12.81 1.57 -
YUV 91.68 77.96 183.87 -
System Red Green Blue C M Y K H S L
Decimal 170 69 3 0 0.59 0.98 0.33 23.71 0.97 0.34
Hex AA 45 3 0 3B 62 21 18 61 22
Octal 252 105 3 0 73 142 41 30 141 42
Binary 10101010 1000101 11 0 111011 1100010 100001 11000 1100001 100010

Color Harmonies of #AA4503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4503

Black with #AA4503

Text Example


Text Example

White with #AA4503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4503; }

 p { color: rgb(170,69,3); }

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

background-color css

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

 a { background-color: rgb(170,69,3); }

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

border-color css

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

 span { border-color: rgb(170,69,3); }

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