Html Css Color HEX #AA5305 Rust

📋 copy color: '#AA5305'

red 170 ◦ green 83 ◦ blue 5

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

Shades of Rust #AA5305

Tints of Rust #AA5305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.94%

R = 65.89%
G = 32.17%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA5305 (or 0xAA5305) is known color: Rust. HEX triplet: AA, 53 and 05. RGB value is (170,83,5). Sum of RGB (Red+Green+Blue) = 170+83+5=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5305 is #55ACFA. Grayscale: #646464. Windows color (decimal): -5614843 or 349098. OLE color: 349098.

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

Color convert

RGB 170 83 5 -
CMYK 0 0.51 0.97 0.33
HSL 28.36º 0.94% 0.34% -
HSV(B) 28.36º 0.97% 0.67% -
XYZ 19.7 14.74 1.95 -
YUV 100.12 74.32 177.84 -
System Red Green Blue C M Y K H S L
Decimal 170 83 5 0 0.51 0.97 0.33 28.36 0.94 0.34
Hex AA 53 5 0 33 61 21 1C 5E 22
Octal 252 123 5 0 63 141 41 34 136 42
Binary 10101010 1010011 101 0 110011 1100001 100001 11100 1011110 100010

Color Harmonies of #AA5305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5305

Black with #AA5305

Text Example


Text Example

White with #AA5305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5305; }

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

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

background-color css

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

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

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

border-color css

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

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

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