Html Css Color HEX #AA4902 Rust

📋 copy color: '#AA4902'

red 170 ◦ green 73 ◦ blue 2

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

Shades of Rust #AA4902

Tints of Rust #AA4902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.8%

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

R = 69.39%
G = 29.8%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA4902 (or 0xAA4902) is known color: Rust. HEX triplet: AA, 49 and 02. RGB value is (170,73,2). Sum of RGB (Red+Green+Blue) = 170+73+2=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4902 is #55B6FD. Grayscale: #5E5E5E. Windows color (decimal): -5617406 or 149930. OLE color: 149930.

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

Color convert

RGB 170 73 2 -
CMYK 0 0.57 0.99 0.33
HSL 25.36º 0.98% 0.34% -
HSV(B) 25.36º 0.99% 0.67% -
XYZ 18.97 13.32 1.63 -
YUV 93.91 76.14 182.27 -
System Red Green Blue C M Y K H S L
Decimal 170 73 2 0 0.57 0.99 0.33 25.36 0.98 0.34
Hex AA 49 2 0 39 63 21 19 62 22
Octal 252 111 2 0 71 143 41 31 142 42
Binary 10101010 1001001 10 0 111001 1100011 100001 11001 1100010 100010

Color Harmonies of #AA4902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4902

Black with #AA4902

Text Example


Text Example

White with #AA4902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4902; }

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

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

background-color css

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

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

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

border-color css

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

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

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