#A24807

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

Shades of Rust #A24807

Tints of Rust #A24807

Color information

#A24807 (or 0xA24807) is unknown color: approx Rust. HEX triplet: A2, 48 and 07. RGB value is (162,72,7). Sum of RGB (Red+Green+Blue) = 162+72+7=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A24807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24807 is #5DB7F8. Grayscale: #5B5B5B. Windows color (decimal): -6141945 or 477346. OLE color: 477346.

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

Color convert

RGB162727-
CMYK00.560.960.36
HSL25.16º91.72%33.14%-
HSV(B)25.16º95.68%63.53%-
XYZ17.2612.331.67-
YUV91.580.32178.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.22%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 7 (3.12% from 255) = 2.90%
R=67.22%
G=29.88%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16272700.560.960.3625.1691.7233.14
HexA24870386024195c21
Octal2421107070140443113441
Binary10100010100100011101110001100000100100110011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24807; }

 p { color: rgb(162,72,7); }

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

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

 a { background-color: rgb(162,72,7); }

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

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

 span { border-color: rgb(162,72,7); }

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