Html Css Color HEX #AA4502 Rust

📋 copy color: '#AA4502'

red 170 ◦ green 69 ◦ blue 2

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

Shades of Rust #AA4502

Tints of Rust #AA4502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 70.54%
G = 28.63%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA4502 (or 0xAA4502) is known color: Rust. HEX triplet: AA, 45 and 02. RGB value is (170,69,2). Sum of RGB (Red+Green+Blue) = 170+69+2=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4502 is #55BAFD. Grayscale: #5B5B5B. Windows color (decimal): -5618430 or 148906. OLE color: 148906.

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

Color convert

RGB 170 69 2 -
CMYK 0 0.59 0.99 0.33
HSL 23.93º 0.98% 0.34% -
HSV(B) 23.93º 0.99% 0.67% -
XYZ 18.72 12.81 1.54 -
YUV 91.56 77.46 183.95 -
System Red Green Blue C M Y K H S L
Decimal 170 69 2 0 0.59 0.99 0.33 23.93 0.98 0.34
Hex AA 45 2 0 3B 63 21 18 62 22
Octal 252 105 2 0 73 143 41 30 142 42
Binary 10101010 1000101 10 0 111011 1100011 100001 11000 1100010 100010

Color Harmonies of #AA4502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4502

Black with #AA4502

Text Example


Text Example

White with #AA4502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4502; }

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

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

background-color css

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

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

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

border-color css

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

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

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