#A54318

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

Shades of Rust #A54318

Tints of Rust #A54318

Color information

#A54318 (or 0xA54318) is unknown color: approx Rust. HEX triplet: A5, 43 and 18. RGB value is (165,67,24). Sum of RGB (Red+Green+Blue) = 165+67+24=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A54318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54318 is #5ABCE7. Grayscale: #5B5B5B. Windows color (decimal): -5946600 or 1590181. OLE color: 1590181.

HSL color Cylindrical-coordinate representation of color #A54318: hue angle of 18.3º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A54318 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB1656724-
CMYK00.590.850.35
HSL18.3º74.6%37.06%-
HSV(B)18.3º85.45%64.71%-
XYZ17.6912.082.26-
YUV91.489.97180.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.45%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 24 (9.77% from 255) = 9.38%
R=64.45%
G=26.17%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165672400.590.850.3518.374.637.06
HexA5431803B5523124b25
Octal24510330073125432211345
Binary1010010110000111100001110111010101100011100101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54318; }

 p { color: rgb(165,67,24); }

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

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

 a { background-color: rgb(165,67,24); }

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

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

 span { border-color: rgb(165,67,24); }

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