#A94306

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

Shades of Rust #A94306

Tints of Rust #A94306

Color information

#A94306 (or 0xA94306) is unknown color: approx Rust. HEX triplet: A9, 43 and 06. RGB value is (169,67,6). Sum of RGB (Red+Green+Blue) = 169+67+6=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A94306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94306 is #56BCF9. Grayscale: #5A5A5A. Windows color (decimal): -5684474 or 410537. OLE color: 410537.

HSL color Cylindrical-coordinate representation of color #A94306: hue angle of 22.45º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A94306 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB169676-
CMYK00.600.960.34
HSL22.45º93.14%34.31%-
HSV(B)22.45º96.45%66.27%-
XYZ18.412.461.61-
YUV90.5480.29183.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 69.83%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 6 (2.73% from 255) = 2.48%
R=69.83%
G=27.69%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16967600.600.960.3422.4593.1434.31
HexA943603C6022165d22
Octal2511036074140422613542
Binary10101001100001111001111001100000100010101101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94306; }

 p { color: rgb(169,67,6); }

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

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

 a { background-color: rgb(169,67,6); }

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

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

 span { border-color: rgb(169,67,6); }

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