Html Css Color HEX #AA5309 Rust

📋 copy color: '#AA5309'

red 170 ◦ green 83 ◦ blue 9

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

Shades of Rust #AA5309

Tints of Rust #AA5309

RGB

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

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

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

R = 64.89%
G = 31.68%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA5309 (or 0xAA5309) is known color: Rust. HEX triplet: AA, 53 and 09. RGB value is (170,83,9). Sum of RGB (Red+Green+Blue) = 170+83+9=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5309 is #55ACF6. Grayscale: #646464. Windows color (decimal): -5614839 or 611242. OLE color: 611242.

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

Color convert

RGB 170 83 9 -
CMYK 0 0.51 0.95 0.33
HSL 27.58º 0.9% 0.35% -
HSV(B) 27.58º 0.95% 0.67% -
XYZ 19.72 14.75 2.07 -
YUV 100.58 76.32 177.52 -
System Red Green Blue C M Y K H S L
Decimal 170 83 9 0 0.51 0.95 0.33 27.58 0.9 0.35
Hex AA 53 9 0 33 5F 21 1C 5A 23
Octal 252 123 11 0 63 137 41 34 132 43
Binary 10101010 1010011 1001 0 110011 1011111 100001 11100 1011010 100011

Color Harmonies of #AA5309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5309

Black with #AA5309

Text Example


Text Example

White with #AA5309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5309; }

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

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

background-color css

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

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

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

border-color css

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

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

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