Html Css Color HEX #AA530A Rust

📋 copy color: '#AA530A'

red 170 ◦ green 83 ◦ blue 10

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

Shades of Rust #AA530A

Tints of Rust #AA530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.8%

R = 64.64%
G = 31.56%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA530A (or 0xAA530A) is known color: Rust. HEX triplet: AA, 53 and 0A. RGB value is (170,83,10). Sum of RGB (Red+Green+Blue) = 170+83+10=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA530A is #55ACF5. Grayscale: #656565. Windows color (decimal): -5614838 or 676778. OLE color: 676778.

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

Color convert

RGB 170 83 10 -
CMYK 0 0.51 0.94 0.33
HSL 27.38º 0.89% 0.35% -
HSV(B) 27.38º 0.94% 0.67% -
XYZ 19.73 14.75 2.1 -
YUV 100.69 76.82 177.44 -
System Red Green Blue C M Y K H S L
Decimal 170 83 10 0 0.51 0.94 0.33 27.38 0.89 0.35
Hex AA 53 A 0 33 5E 21 1B 59 23
Octal 252 123 12 0 63 136 41 33 131 43
Binary 10101010 1010011 1010 0 110011 1011110 100001 11011 1011001 100011

Color Harmonies of #AA530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA530A

Black with #AA530A

Text Example


Text Example

White with #AA530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA530A; }

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

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

background-color css

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

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

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

border-color css

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

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

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