Html Css Color HEX #AA4801 Rust

📋 copy color: '#AA4801'

red 170 ◦ green 72 ◦ blue 1

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

Shades of Rust #AA4801

Tints of Rust #AA4801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.63%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 69.96%
G = 29.63%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA4801 (or 0xAA4801) is known color: Rust. HEX triplet: AA, 48 and 01. RGB value is (170,72,1). Sum of RGB (Red+Green+Blue) = 170+72+1=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4801 is #55B7FE. Grayscale: #5D5D5D. Windows color (decimal): -5617663 or 84138. OLE color: 84138.

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

Color convert

RGB 170 72 1 -
CMYK 0 0.58 0.99 0.33
HSL 25.21º 0.99% 0.34% -
HSV(B) 25.21º 0.99% 0.67% -
XYZ 18.9 13.18 1.58 -
YUV 93.21 75.97 182.77 -
System Red Green Blue C M Y K H S L
Decimal 170 72 1 0 0.58 0.99 0.33 25.21 0.99 0.34
Hex AA 48 1 0 3A 63 21 19 63 22
Octal 252 110 1 0 72 143 41 31 143 42
Binary 10101010 1001000 1 0 111010 1100011 100001 11001 1100011 100010

Color Harmonies of #AA4801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4801

Black with #AA4801

Text Example


Text Example

White with #AA4801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4801; }

 p { color: rgb(170,72,1); }

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

background-color css

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

 a { background-color: rgb(170,72,1); }

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

border-color css

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

 span { border-color: rgb(170,72,1); }

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