#A34708

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

Shades of Rust #A34708

Tints of Rust #A34708

Color information

#A34708 (or 0xA34708) is unknown color: approx Rust. HEX triplet: A3, 47 and 08. RGB value is (163,71,8). Sum of RGB (Red+Green+Blue) = 163+71+8=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A34708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34708 is #5CB8F7. Grayscale: #5B5B5B. Windows color (decimal): -6076664 or 542627. OLE color: 542627.

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

Color convert

RGB163718-
CMYK00.560.950.36
HSL24.39º90.64%33.53%-
HSV(B)24.39º95.09%63.92%-
XYZ17.412.311.69-
YUV91.3380.98179.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.36%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 8 (3.52% from 255) = 3.31%
R=67.36%
G=29.34%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16371800.560.950.3624.3990.6433.53
HexA34780385F24185b22
Octal24310710070137443013342
Binary101000111000111100001110001011111100100110001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34708; }

 p { color: rgb(163,71,8); }

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

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

 a { background-color: rgb(163,71,8); }

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

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

 span { border-color: rgb(163,71,8); }

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