Html Css Color HEX #AA5302 Rust

📋 copy color: '#AA5302'

red 170 ◦ green 83 ◦ blue 2

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

Shades of Rust #AA5302

Tints of Rust #AA5302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.55%

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

R = 66.67%
G = 32.55%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA5302 (or 0xAA5302) is known color: Rust. HEX triplet: AA, 53 and 02. RGB value is (170,83,2). Sum of RGB (Red+Green+Blue) = 170+83+2=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5302 is #55ACFD. Grayscale: #646464. Windows color (decimal): -5614846 or 152490. OLE color: 152490.

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

Color convert

RGB 170 83 2 -
CMYK 0 0.51 0.99 0.33
HSL 28.93º 0.98% 0.34% -
HSV(B) 28.93º 0.99% 0.67% -
XYZ 19.68 14.74 1.86 -
YUV 99.78 72.82 178.09 -
System Red Green Blue C M Y K H S L
Decimal 170 83 2 0 0.51 0.99 0.33 28.93 0.98 0.34
Hex AA 53 2 0 33 63 21 1D 62 22
Octal 252 123 2 0 63 143 41 35 142 42
Binary 10101010 1010011 10 0 110011 1100011 100001 11101 1100010 100010

Color Harmonies of #AA5302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5302

Black with #AA5302

Text Example


Text Example

White with #AA5302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5302; }

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

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

background-color css

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

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

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

border-color css

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

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

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