#A04623

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

Shades of Rock Spray #A04623

Tints of Rock Spray #A04623

Color information

#A04623 (or 0xA04623) is unknown color: approx Rock Spray. HEX triplet: A0, 46 and 23. RGB value is (160,70,35). Sum of RGB (Red+Green+Blue) = 160+70+35=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A04623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04623 is #5FB9DC. Grayscale: #5D5D5D. Windows color (decimal): -6273501 or 2311840. OLE color: 2311840.

HSL color Cylindrical-coordinate representation of color #A04623: hue angle of 16.8º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A04623 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB1607035-
CMYK00.560.780.37
HSL16.8º64.1%38.24%-
HSV(B)16.8º78.12%62.75%-
XYZ16.9911.983.01-
YUV92.9295.32175.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.38%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 35 (14.06% from 255) = 13.21%
R=60.38%
G=26.42%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160703500.560.780.3716.864.138.24
HexA046230384E25114026
Octal24010643070116452110046
Binary10100000100011010001101110001001110100101100011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04623; }

 p { color: rgb(160,70,35); }

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

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

 a { background-color: rgb(160,70,35); }

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

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

 span { border-color: rgb(160,70,35); }

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