Html Css Color HEX #AA5002 Rust

📋 copy color: '#AA5002'

red 170 ◦ green 80 ◦ blue 2

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

Shades of Rust #AA5002

Tints of Rust #AA5002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

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

R = 67.46%
G = 31.75%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA5002 (or 0xAA5002) is known color: Rust. HEX triplet: AA, 50 and 02. RGB value is (170,80,2). Sum of RGB (Red+Green+Blue) = 170+80+2=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5002 is #55AFFD. Grayscale: #626262. Windows color (decimal): -5615614 or 151722. OLE color: 151722.

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

Color convert

RGB 170 80 2 -
CMYK 0 0.53 0.99 0.33
HSL 27.86º 0.98% 0.34% -
HSV(B) 27.86º 0.99% 0.67% -
XYZ 19.46 14.29 1.79 -
YUV 98.02 73.82 179.34 -
System Red Green Blue C M Y K H S L
Decimal 170 80 2 0 0.53 0.99 0.33 27.86 0.98 0.34
Hex AA 50 2 0 35 63 21 1C 62 22
Octal 252 120 2 0 65 143 41 34 142 42
Binary 10101010 1010000 10 0 110101 1100011 100001 11100 1100010 100010

Color Harmonies of #AA5002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5002

Black with #AA5002

Text Example


Text Example

White with #AA5002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5002; }

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

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

background-color css

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

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

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

border-color css

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

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

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