#A24A07

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

Shades of Rust #A24A07

Tints of Rust #A24A07

Color information

#A24A07 (or 0xA24A07) is unknown color: approx Rust. HEX triplet: A2, 4A and 07. RGB value is (162,74,7). Sum of RGB (Red+Green+Blue) = 162+74+7=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24A07 is #5DB5F8. Grayscale: #5D5D5D. Windows color (decimal): -6141433 or 477858. OLE color: 477858.

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

Color convert

RGB162747-
CMYK00.540.960.36
HSL25.94º91.72%33.14%-
HSV(B)25.94º95.68%63.53%-
XYZ17.3912.591.72-
YUV92.6779.65177.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.67%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 7 (3.12% from 255) = 2.88%
R=66.67%
G=30.45%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16274700.540.960.3625.9491.7233.14
HexA24A703660241a5c21
Octal2421127066140443213441
Binary10100010100101011101101101100000100100110101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24A07; }

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

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

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

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

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

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

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

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