#A23806

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

Shades of Rust #A23806

Tints of Rust #A23806

Color information

#A23806 (or 0xA23806) is unknown color: approx Rust. HEX triplet: A2, 38 and 06. RGB value is (162,56,6). Sum of RGB (Red+Green+Blue) = 162+56+6=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A23806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23806 is #5DC7F9. Grayscale: #525252. Windows color (decimal): -6146042 or 407714. OLE color: 407714.

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

Color convert

RGB162566-
CMYK00.650.960.36
HSL19.23º92.86%32.94%-
HSV(B)19.23º96.3%63.53%-
XYZ16.3510.521.34-
YUV81.9985.12185.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.32%
GREEN value IS 56 (22.27% from 255) = 25%
BLUE value IS 6 (2.73% from 255) = 2.68%
R=72.32%
G=25%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16256600.650.960.3619.2392.8632.94
HexA23860416024135d21
Octal2427060101140442313541
Binary10100010111000110010000011100000100100100111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23806; }

 p { color: rgb(162,56,6); }

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

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

 a { background-color: rgb(162,56,6); }

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

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

 span { border-color: rgb(162,56,6); }

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