Html Css Color HEX #AA3F00 Rust

📋 copy color: '#AA3F00'

red 170 ◦ green 63 ◦ blue 0

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

Shades of Rust #AA3F00

Tints of Rust #AA3F00

RGB

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

 GREEN value IS 63 (25% from 255) = 27.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.96%
G = 27.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA3F00 (or 0xAA3F00) is known color: Rust. HEX triplet: AA, 3F and 00. RGB value is (170,63,0). Sum of RGB (Red+Green+Blue) = 170+63+0=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F00 is #55C0FF. Grayscale: #585858. Windows color (decimal): -5619968 or 16298. OLE color: 16298.

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

Color convert

RGB 170 63 0 -
CMYK 0 0.63 1 0.33
HSL 22.24º 1% 0.33% -
HSV(B) 22.24º 1% 0.67% -
XYZ 18.36 12.1 1.37 -
YUV 87.81 78.45 186.62 -
System Red Green Blue C M Y K H S L
Decimal 170 63 0 0 0.63 1 0.33 22.24 1 0.33
Hex AA 3F 0 0 3F 64 21 16 64 21
Octal 252 77 0 0 77 144 41 26 144 41
Binary 10101010 111111 0 0 111111 1100100 100001 10110 1100100 100001

Color Harmonies of #AA3F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F00

Black with #AA3F00

Text Example


Text Example

White with #AA3F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F00; }

 p { color: rgb(170,63,0); }

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

background-color css

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

 a { background-color: rgb(170,63,0); }

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

border-color css

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

 span { border-color: rgb(170,63,0); }

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