Html Css Color HEX #AA4D01 Rust

📋 copy color: '#AA4D01'

red 170 ◦ green 77 ◦ blue 1

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

Shades of Rust #AA4D01

Tints of Rust #AA4D01

RGB

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

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

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

R = 68.55%
G = 31.05%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA4D01 (or 0xAA4D01) is known color: Rust. HEX triplet: AA, 4D and 01. RGB value is (170,77,1). Sum of RGB (Red+Green+Blue) = 170+77+1=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D01 is #55B2FE. Grayscale: #606060. Windows color (decimal): -5616383 or 85418. OLE color: 85418.

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

Color convert

RGB 170 77 1 -
CMYK 0 0.55 0.99 0.33
HSL 26.98º 0.99% 0.34% -
HSV(B) 26.98º 0.99% 0.67% -
XYZ 19.24 13.86 1.69 -
YUV 96.14 74.31 180.68 -
System Red Green Blue C M Y K H S L
Decimal 170 77 1 0 0.55 0.99 0.33 26.98 0.99 0.34
Hex AA 4D 1 0 37 63 21 1B 63 22
Octal 252 115 1 0 67 143 41 33 143 42
Binary 10101010 1001101 1 0 110111 1100011 100001 11011 1100011 100010

Color Harmonies of #AA4D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D01

Black with #AA4D01

Text Example


Text Example

White with #AA4D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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