Html Css Color HEX #AA4D00 Rust

📋 copy color: '#AA4D00'

red 170 ◦ green 77 ◦ blue 0

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

Shades of Rust #AA4D00

Tints of Rust #AA4D00

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.17%

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

R = 68.83%
G = 31.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA4D00 (or 0xAA4D00) is known color: Rust. HEX triplet: AA, 4D and 00. RGB value is (170,77,0). Sum of RGB (Red+Green+Blue) = 170+77+0=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D00 is #55B2FF. Grayscale: #606060. Windows color (decimal): -5616384 or 19882. OLE color: 19882.

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

Color convert

RGB 170 77 0 -
CMYK 0 0.55 1 0.33
HSL 27.18º 1% 0.33% -
HSV(B) 27.18º 1% 0.67% -
XYZ 19.23 13.85 1.66 -
YUV 96.03 73.81 180.76 -
System Red Green Blue C M Y K H S L
Decimal 170 77 0 0 0.55 1 0.33 27.18 1 0.33
Hex AA 4D 0 0 37 64 21 1B 64 21
Octal 252 115 0 0 67 144 41 33 144 41
Binary 10101010 1001101 0 0 110111 1100100 100001 11011 1100100 100001

Color Harmonies of #AA4D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D00

Black with #AA4D00

Text Example


Text Example

White with #AA4D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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