Html Css Color HEX #AA3C00 Rust

📋 copy color: '#AA3C00'

red 170 ◦ green 60 ◦ blue 0

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

Shades of Rust #AA3C00

Tints of Rust #AA3C00

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.09%

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

R = 73.91%
G = 26.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA3C00 (or 0xAA3C00) is known color: Rust. HEX triplet: AA, 3C and 00. RGB value is (170,60,0). Sum of RGB (Red+Green+Blue) = 170+60+0=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3C00 is #55C3FF. Grayscale: #565656. Windows color (decimal): -5620736 or 15530. OLE color: 15530.

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

Color convert

RGB 170 60 0 -
CMYK 0 0.65 1 0.33
HSL 21.18º 1% 0.33% -
HSV(B) 21.18º 1% 0.67% -
XYZ 18.19 11.78 1.31 -
YUV 86.05 79.44 187.88 -
System Red Green Blue C M Y K H S L
Decimal 170 60 0 0 0.65 1 0.33 21.18 1 0.33
Hex AA 3C 0 0 41 64 21 15 64 21
Octal 252 74 0 0 101 144 41 25 144 41
Binary 10101010 111100 0 0 1000001 1100100 100001 10101 1100100 100001

Color Harmonies of #AA3C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C00

Black with #AA3C00

Text Example


Text Example

White with #AA3C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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