#A64D01

Color #A64D01 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #A64D01

Tints of Rust #A64D01

Color information

#A64D01 (or 0xA64D01) is unknown color: approx Rust. HEX triplet: A6, 4D and 01. RGB value is (166,77,1). Sum of RGB (Red+Green+Blue) = 166+77+1=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A64D01 is #59B2FE. Grayscale: #5F5F5F. Windows color (decimal): -5878527 or 85414. OLE color: 85414.

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

Color convert

RGB166771-
CMYK00.540.990.35
HSL27.64º98.8%32.75%-
HSV(B)27.64º99.4%65.1%-
XYZ18.3913.421.65-
YUV94.9574.99178.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.03%
GREEN value IS 77 (30.47% from 255) = 31.56%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=68.03%
G=31.56%
B=0.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16677100.540.990.3527.6498.832.75
HexA64D103663231c6321
Octal2461151066143433414341
Binary101001101001101101101101100011100011111001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64D01; }

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

 H1.HeaderClassName
 {
   color: #A64D01;
 }
 .AnyTagClassName
 {
   color: #A64D01;
 }
</style>
background-color css

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

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

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

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

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

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