#A14508

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

Shades of Rust #A14508

Tints of Rust #A14508

Color information

#A14508 (or 0xA14508) is unknown color: approx Rust. HEX triplet: A1, 45 and 08. RGB value is (161,69,8). Sum of RGB (Red+Green+Blue) = 161+69+8=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A14508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14508 is #5EBAF7. Grayscale: #595959. Windows color (decimal): -6208248 or 542113. OLE color: 542113.

HSL color Cylindrical-coordinate representation of color #A14508: hue angle of 23.92º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A14508 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB161698-
CMYK00.570.950.37
HSL23.92º90.53%33.14%-
HSV(B)23.92º95.03%63.14%-
XYZ16.8711.851.63-
YUV89.5581.98178.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.65%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 8 (3.52% from 255) = 3.36%
R=67.65%
G=28.99%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16169800.570.950.3723.9290.5333.14
HexA14580395F25185b21
Octal24110510071137453013341
Binary101000011000101100001110011011111100101110001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14508; }

 p { color: rgb(161,69,8); }

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

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

 a { background-color: rgb(161,69,8); }

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

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

 span { border-color: rgb(161,69,8); }

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