#A94A08

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

Shades of Rust #A94A08

Tints of Rust #A94A08

Color information

#A94A08 (or 0xA94A08) is unknown color: approx Rust. HEX triplet: A9, 4A and 08. RGB value is (169,74,8). Sum of RGB (Red+Green+Blue) = 169+74+8=251 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.33% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94A08 is #56B5F7. Grayscale: #5F5F5F. Windows color (decimal): -5682680 or 543401. OLE color: 543401.

HSL color Cylindrical-coordinate representation of color #A94A08: hue angle of 24.6º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A94A08 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB169748-
CMYK00.560.950.34
HSL24.6º90.96%34.71%-
HSV(B)24.6º95.27%66.27%-
XYZ18.8513.351.81-
YUV94.8878.97180.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 67.33%
GREEN value IS 74 (29.30% from 255) = 29.48%
BLUE value IS 8 (3.52% from 255) = 3.19%
R=67.33%
G=29.48%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16974800.560.950.3424.690.9634.71
HexA94A80385F22195b23
Octal25111210070137423113343
Binary101010011001010100001110001011111100010110011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A08; }

 p { color: rgb(169,74,8); }

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

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

 a { background-color: rgb(169,74,8); }

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

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

 span { border-color: rgb(169,74,8); }

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