Html Css Color HEX #AA5009 Rust

📋 copy color: '#AA5009'

red 170 ◦ green 80 ◦ blue 9

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

Shades of Rust #AA5009

Tints of Rust #AA5009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.47%

R = 65.64%
G = 30.89%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA5009 (or 0xAA5009) is known color: Rust. HEX triplet: AA, 50 and 09. RGB value is (170,80,9). Sum of RGB (Red+Green+Blue) = 170+80+9=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5009 is #55AFF6. Grayscale: #636363. Windows color (decimal): -5615607 or 610474. OLE color: 610474.

HSL color Cylindrical-coordinate representation of color #AA5009: hue angle of 26.46º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA5009 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 80 9 -
CMYK 0 0.53 0.95 0.33
HSL 26.46º 0.9% 0.35% -
HSV(B) 26.46º 0.95% 0.67% -
XYZ 19.5 14.3 1.99 -
YUV 98.82 77.32 178.77 -
System Red Green Blue C M Y K H S L
Decimal 170 80 9 0 0.53 0.95 0.33 26.46 0.9 0.35
Hex AA 50 9 0 35 5F 21 1A 5A 23
Octal 252 120 11 0 65 137 41 32 132 43
Binary 10101010 1010000 1001 0 110101 1011111 100001 11010 1011010 100011

Color Harmonies of #AA5009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5009

Black with #AA5009

Text Example


Text Example

White with #AA5009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5009; }

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

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

background-color css

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

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

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

border-color css

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

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

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