Html Css Color HEX #AA4A00 Rust

📋 copy color: '#AA4A00'

red 170 ◦ green 74 ◦ blue 0

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

Shades of Rust #AA4A00

Tints of Rust #AA4A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.33%

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

R = 69.67%
G = 30.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA4A00 (or 0xAA4A00) is known color: Rust. HEX triplet: AA, 4A and 00. RGB value is (170,74,0). Sum of RGB (Red+Green+Blue) = 170+74+0=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A00 is #55B5FF. Grayscale: #5E5E5E. Windows color (decimal): -5617152 or 19114. OLE color: 19114.

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

Color convert

RGB 170 74 0 -
CMYK 0 0.56 1 0.33
HSL 26.12º 1% 0.33% -
HSV(B) 26.12º 1% 0.67% -
XYZ 19.03 13.44 1.59 -
YUV 94.27 74.8 182.02 -
System Red Green Blue C M Y K H S L
Decimal 170 74 0 0 0.56 1 0.33 26.12 1 0.33
Hex AA 4A 0 0 38 64 21 1A 64 21
Octal 252 112 0 0 70 144 41 32 144 41
Binary 10101010 1001010 0 0 111000 1100100 100001 11010 1100100 100001

Color Harmonies of #AA4A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A00

Black with #AA4A00

Text Example


Text Example

White with #AA4A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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