#A34C08

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

Shades of Rust #A34C08

Tints of Rust #A34C08

Color information

#A34C08 (or 0xA34C08) is unknown color: approx Rust. HEX triplet: A3, 4C and 08. RGB value is (163,76,8). Sum of RGB (Red+Green+Blue) = 163+76+8=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34C08 is #5CB3F7. Grayscale: #5E5E5E. Windows color (decimal): -6075384 or 543907. OLE color: 543907.

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

Color convert

RGB163768-
CMYK00.530.950.36
HSL26.32º90.64%33.53%-
HSV(B)26.32º95.09%63.92%-
XYZ17.7312.971.8-
YUV94.2679.32177.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.99%
GREEN value IS 76 (30.08% from 255) = 30.77%
BLUE value IS 8 (3.52% from 255) = 3.24%
R=65.99%
G=30.77%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16376800.530.950.3626.3290.6433.53
HexA34C80355F241a5b22
Octal24311410065137443213342
Binary101000111001100100001101011011111100100110101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34C08; }

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

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

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

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

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

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

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

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