Html Css Color HEX #AA530B Rust

📋 copy color: '#AA530B'

red 170 ◦ green 83 ◦ blue 11

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

Shades of Rust #AA530B

Tints of Rust #AA530B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.17%

R = 64.39%
G = 31.44%
B = 4.17%

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

#AA530B (or 0xAA530B) is known color: Rust. HEX triplet: AA, 53 and 0B. RGB value is (170,83,11). Sum of RGB (Red+Green+Blue) = 170+83+11=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA530B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA530B is #55ACF4. Grayscale: #656565. Windows color (decimal): -5614837 or 742314. OLE color: 742314.

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

Color convert

RGB 170 83 11 -
CMYK 0 0.51 0.94 0.33
HSL 27.17º 0.88% 0.35% -
HSV(B) 27.17º 0.94% 0.67% -
XYZ 19.73 14.76 2.12 -
YUV 100.81 77.32 177.35 -
System Red Green Blue C M Y K H S L
Decimal 170 83 11 0 0.51 0.94 0.33 27.17 0.88 0.35
Hex AA 53 B 0 33 5E 21 1B 58 23
Octal 252 123 13 0 63 136 41 33 130 43
Binary 10101010 1010011 1011 0 110011 1011110 100001 11011 1011000 100011

Color Harmonies of #AA530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA530B

Black with #AA530B

Text Example


Text Example

White with #AA530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA530B; }

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

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

background-color css

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

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

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

border-color css

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

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

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