#A34E08

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

Shades of Rust #A34E08

Tints of Rust #A34E08

Color information

#A34E08 (or 0xA34E08) is unknown color: approx Rust. HEX triplet: A3, 4E and 08. RGB value is (163,78,8). Sum of RGB (Red+Green+Blue) = 163+78+8=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34E08 is #5CB1F7. Grayscale: #5F5F5F. Windows color (decimal): -6074872 or 544419. OLE color: 544419.

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

Color convert

RGB163788-
CMYK00.520.950.36
HSL27.1º90.64%33.53%-
HSV(B)27.1º95.09%63.92%-
XYZ17.8713.251.85-
YUV95.4478.66176.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.46%
GREEN value IS 78 (30.86% from 255) = 31.33%
BLUE value IS 8 (3.52% from 255) = 3.21%
R=65.46%
G=31.33%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16378800.520.950.3627.190.6433.53
HexA34E80345F241b5b22
Octal24311610064137443313342
Binary101000111001110100001101001011111100100110111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34E08; }

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

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

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

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

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

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

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

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