Html Css Color HEX #AA3A00 Rust

📋 copy color: '#AA3A00'

red 170 ◦ green 58 ◦ blue 0

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

Shades of Rust #AA3A00

Tints of Rust #AA3A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.44%

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

R = 74.56%
G = 25.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA3A00 (or 0xAA3A00) is known color: Rust. HEX triplet: AA, 3A and 00. RGB value is (170,58,0). Sum of RGB (Red+Green+Blue) = 170+58+0=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3A00 is #55C5FF. Grayscale: #555555. Windows color (decimal): -5621248 or 15018. OLE color: 15018.

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

Color convert

RGB 170 58 0 -
CMYK 0 0.66 1 0.33
HSL 20.47º 1% 0.33% -
HSV(B) 20.47º 1% 0.67% -
XYZ 18.09 11.57 1.28 -
YUV 84.88 80.11 188.72 -
System Red Green Blue C M Y K H S L
Decimal 170 58 0 0 0.66 1 0.33 20.47 1 0.33
Hex AA 3A 0 0 42 64 21 14 64 21
Octal 252 72 0 0 102 144 41 24 144 41
Binary 10101010 111010 0 0 1000010 1100100 100001 10100 1100100 100001

Color Harmonies of #AA3A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A00

Black with #AA3A00

Text Example


Text Example

White with #AA3A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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