#a64e01

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

Shades of Rust #A64E01

Tints of Rust #A64E01

Color information

#A64E01 (or 0xA64E01) is unknown color: approx Rust. HEX triplet: A6, 4E and 01. RGB value is (166,78,1). Sum of RGB (Red+Green+Blue) = 166+78+1=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A64E01 is #59B1FE. Grayscale: #5F5F5F. Windows color (decimal): -5878271 or 85670. OLE color: 85670.

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

Color convert

RGB166781-
CMYK00.530.990.35
HSL28º98.8%32.75%-
HSV(B)28º99.4%65.1%-
XYZ18.4613.561.67-
YUV95.5374.65178.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.76%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=67.76%
G=31.84%
B=0.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16678100.530.990.352898.832.75
HexA64E103563231c6321
Octal2461161065143433414341
Binary101001101001110101101011100011100011111001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a64e01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a64e01; }

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

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

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

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

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

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

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

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