Html Css Color HEX #AA4F01 Rust

📋 copy color: '#AA4F01'

red 170 ◦ green 79 ◦ blue 1

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

Shades of Rust #AA4F01

Tints of Rust #AA4F01

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.6%

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

R = 68%
G = 31.6%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA4F01 (or 0xAA4F01) is known color: Rust. HEX triplet: AA, 4F and 01. RGB value is (170,79,1). Sum of RGB (Red+Green+Blue) = 170+79+1=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F01 is #55B0FE. Grayscale: #616161. Windows color (decimal): -5615871 or 85930. OLE color: 85930.

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

Color convert

RGB 170 79 1 -
CMYK 0 0.54 0.99 0.33
HSL 27.69º 0.99% 0.34% -
HSV(B) 27.69º 0.99% 0.67% -
XYZ 19.38 14.14 1.74 -
YUV 97.32 73.65 179.84 -
System Red Green Blue C M Y K H S L
Decimal 170 79 1 0 0.54 0.99 0.33 27.69 0.99 0.34
Hex AA 4F 1 0 36 63 21 1C 63 22
Octal 252 117 1 0 66 143 41 34 143 42
Binary 10101010 1001111 1 0 110110 1100011 100001 11100 1100011 100010

Color Harmonies of #AA4F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4F01

Black with #AA4F01

Text Example


Text Example

White with #AA4F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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