#A94B08

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

Shades of Rust #A94B08

Tints of Rust #A94B08

Color information

#A94B08 (or 0xA94B08) is unknown color: approx Rust. HEX triplet: A9, 4B and 08. RGB value is (169,75,8). Sum of RGB (Red+Green+Blue) = 169+75+8=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A94B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94B08 is #56B4F7. Grayscale: #5F5F5F. Windows color (decimal): -5682424 or 543657. OLE color: 543657.

HSL color Cylindrical-coordinate representation of color #A94B08: hue angle of 24.97º 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 #A94B08 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB169758-
CMYK00.560.950.34
HSL24.97º90.96%34.71%-
HSV(B)24.97º95.27%66.27%-
XYZ18.9213.481.84-
YUV95.4778.64180.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 67.06%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 8 (3.52% from 255) = 3.17%
R=67.06%
G=29.76%
B=3.17%

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
Decimal16975800.560.950.3424.9790.9634.71
HexA94B80385F22195b23
Octal25111310070137423113343
Binary101010011001011100001110001011111100010110011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94B08; }

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

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

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

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

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

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

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

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