Html Css Color HEX #AA530C Rust

📋 copy color: '#AA530C'

red 170 ◦ green 83 ◦ blue 12

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

Shades of Rust #AA530C

Tints of Rust #AA530C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.53%

R = 64.15%
G = 31.32%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA530C (or 0xAA530C) is known color: Rust. HEX triplet: AA, 53 and 0C. RGB value is (170,83,12). Sum of RGB (Red+Green+Blue) = 170+83+12=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA530C is #55ACF3. Grayscale: #656565. Windows color (decimal): -5614836 or 807850. OLE color: 807850.

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

Color convert

RGB 170 83 12 -
CMYK 0 0.51 0.93 0.33
HSL 26.96º 0.87% 0.36% -
HSV(B) 26.96º 0.93% 0.67% -
XYZ 19.74 14.76 2.16 -
YUV 100.92 77.82 177.27 -
System Red Green Blue C M Y K H S L
Decimal 170 83 12 0 0.51 0.93 0.33 26.96 0.87 0.36
Hex AA 53 C 0 33 5D 21 1B 57 24
Octal 252 123 14 0 63 135 41 33 127 44
Binary 10101010 1010011 1100 0 110011 1011101 100001 11011 1010111 100100

Color Harmonies of #AA530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA530C

Black with #AA530C

Text Example


Text Example

White with #AA530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA530C; }

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

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

background-color css

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

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

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

border-color css

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

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

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